#39187F

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

Shades of Persian Indigo #39187F

Tints of Persian Indigo #39187F

Color information

#39187F (or 0x39187F) is unknown color: approx Persian Indigo. HEX triplet: 39, 18 and 7F. RGB value is (57,24,127). Sum of RGB (Red+Green+Blue) = 57+24+127=208 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.40% from 208); Green value is 24 (9.77% from 255 or 11.54% from 208); Blue value is 127 (50% from 255 or 61.06% from 208); Max value from RGB is 127 - color contains mainly: blue. Hex color #39187F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39187F is #C6E780. Grayscale: #2D2D2D. Windows color (decimal): -13035393 or 8329273. OLE color: 8329273.

HSL color Cylindrical-coordinate representation of color #39187F: hue angle of 259.22º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #39187F is Cyan = 0.55, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5724127-
CMYK0.550.8100.50
HSL259.22º68.21%29.61%-
HSV(B)259.22º81.1%49.8%-
XYZ5.843.0620.36-
YUV45.61173.93136.12-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.40%
GREEN value IS 24 (9.77% from 255) = 11.54%
BLUE value IS 127 (50% from 255) = 61.06%
R=27.40%
G=11.54%
B=61.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57241270.550.8100.50259.2268.2129.61
Hex39187F3751032103441e
Octal71301776712106240310436
Binary11100111000111111111011110100010110010100000011100010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39187F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39187F; }

 p { color: rgb(57,24,127); }

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

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

 a { background-color: rgb(57,24,127); }

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

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

 span { border-color: rgb(57,24,127); }

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