#391680

Color #391680 Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #391680

Tints of Persian Indigo #391680

Color information

#391680 (or 0x391680) is unknown color: approx Persian Indigo. HEX triplet: 39, 16 and 80. RGB value is (57,22,128). Sum of RGB (Red+Green+Blue) = 57+22+128=207 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.54% from 207); Green value is 22 (8.98% from 255 or 10.63% from 207); Blue value is 128 (50.39% from 255 or 61.84% from 207); Max value from RGB is 128 - color contains mainly: blue. Hex color #391680 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #391680 is #C6E97F. Grayscale: #2C2C2C. Windows color (decimal): -13035904 or 8394297. OLE color: 8394297.

HSL color Cylindrical-coordinate representation of color #391680: hue angle of 259.81º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #391680 is Cyan = 0.55, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5722128-
CMYK0.550.8300.50
HSL259.81º70.67%29.41%-
HSV(B)259.81º82.81%50.2%-
XYZ5.87320.69-
YUV44.55175.1136.88-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 57 (22.66% from 255) = 27.54%
GREEN value IS 22 (8.98% from 255) = 10.63%
BLUE value IS 128 (50.39% from 255) = 61.84%
R=27.54%
G=10.63%
B=61.84%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57221280.550.8300.50259.8170.6729.41
Hex3916803753032104471d
Octal71262006712306240410735
Binary111001101101000000011011110100110110010100000100100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #391680

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #391680; }

 p { color: rgb(57,22,128); }

 H1.HeaderClassName
 {
   color: #391680;
 }
 .AnyTagClassName
 {
   color: #391680;
 }
</style>
background-color css

<style>
 a { background-color: #391680; }

 a { background-color: rgb(57,22,128); }

 div.DivClassName
 {
   background-color: #391680;
 }
 .BgClassName
 {
   background-color: #391680;
 }
</style>
border-color css

<style>
 span { border-color: #391680; }

 span { border-color: rgb(57,22,128); }

 td.TdClassName
 {
   border-color: #391680;
 }
 .TagClassName
 {
   border-color: #391680;
 }
</style>