#39197C

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

Shades of Persian Indigo #39197C

Tints of Persian Indigo #39197C

Color information

#39197C (or 0x39197C) is unknown color: approx Persian Indigo. HEX triplet: 39, 19 and 7C. RGB value is (57,25,124). Sum of RGB (Red+Green+Blue) = 57+25+124=206 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.67% from 206); Green value is 25 (10.16% from 255 or 12.14% from 206); Blue value is 124 (48.83% from 255 or 60.19% from 206); Max value from RGB is 124 - color contains mainly: blue. Hex color #39197C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39197C is #C6E683. Grayscale: #2D2D2D. Windows color (decimal): -13035140 or 8132921. OLE color: 8132921.

HSL color Cylindrical-coordinate representation of color #39197C: hue angle of 259.39º degrees, saturation: 0.66, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #39197C is Cyan = 0.54, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB5725124-
CMYK0.540.8000.51
HSL259.39º66.44%29.22%-
HSV(B)259.39º79.84%48.63%-
XYZ5.673.0219.35-
YUV45.85172.1135.95-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.67%
GREEN value IS 25 (10.16% from 255) = 12.14%
BLUE value IS 124 (48.83% from 255) = 60.19%
R=27.67%
G=12.14%
B=60.19%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal57251240.540.8000.51259.3966.4429.22
Hex39197C3650033103421d
Octal71311746612006340310235
Binary11100111001111110011011010100000110011100000011100001011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39197C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39197C; }

 p { color: rgb(57,25,124); }

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

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

 a { background-color: rgb(57,25,124); }

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

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

 span { border-color: rgb(57,25,124); }

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