#390691

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

Shades of Persian Indigo #390691

Tints of Persian Indigo #390691

Color information

#390691 (or 0x390691) is unknown color: approx Persian Indigo. HEX triplet: 39, 06 and 91. RGB value is (57,6,145). Sum of RGB (Red+Green+Blue) = 57+6+145=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 6 (2.73% from 255 or 2.88% from 208); Blue value is 145 (57.03% from 255 or 69.71% from 208); Max value from RGB is 145 - color contains mainly: blue. Hex color #390691 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390691 is #C6F96E. Grayscale: #242424. Windows color (decimal): -13039983 or 9504313. OLE color: 9504313.

HSL color Cylindrical-coordinate representation of color #390691: hue angle of 262.01º degrees, saturation: 0.92, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #390691 is Cyan = 0.61, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB576145-
CMYK0.610.9600.43
HSL262.01º92.05%29.61%-
HSV(B)262.01º95.86%56.86%-
XYZ6.863.0427.01-
YUV37.1188.9142.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 6 (2.73% from 255) = 2.88%
BLUE value IS 145 (57.03% from 255) = 69.71%
R=27.40%
G=2.88%
B=69.71%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal5761450.610.9600.43262.0192.0529.61
Hex396913D6002B1065c1e
Octal7162217514005340613436
Binary1110011101001000111110111000000101011100000110101110011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390691

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390691; }

 p { color: rgb(57,6,145); }

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

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

 a { background-color: rgb(57,6,145); }

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

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

 span { border-color: rgb(57,6,145); }

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