#390C97

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

Shades of Persian Indigo #390C97

Tints of Persian Indigo #390C97

Color information

#390C97 (or 0x390C97) is unknown color: approx Persian Indigo. HEX triplet: 39, 0C and 97. RGB value is (57,12,151). Sum of RGB (Red+Green+Blue) = 57+12+151=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 12 (5.08% from 255 or 5.45% from 220); Blue value is 151 (59.38% from 255 or 68.64% from 220); Max value from RGB is 151 - color contains mainly: blue. Hex color #390C97 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #390C97 is #C6F368. Grayscale: #282828. Windows color (decimal): -13038441 or 9899065. OLE color: 9899065.

HSL color Cylindrical-coordinate representation of color #390C97: hue angle of 259.42º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #390C97 is Cyan = 0.62, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB5712151-
CMYK0.620.9200.41
HSL259.42º85.28%31.96%-
HSV(B)259.42º92.05%59.22%-
XYZ7.43.3729.54-
YUV41.3189.91139.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 12 (5.08% from 255) = 5.45%
BLUE value IS 151 (59.38% from 255) = 68.64%
R=25.91%
G=5.45%
B=68.64%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal57121510.620.9200.41259.4285.2831.96
Hex39C973E5C0291035520
Octal71142277613405140312540
Binary111001110010010111111110101110001010011000000111010101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #390C97

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #390C97; }

 p { color: rgb(57,12,151); }

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

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

 a { background-color: rgb(57,12,151); }

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

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

 span { border-color: rgb(57,12,151); }

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