#39059E

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

Shades of Persian Indigo #39059E

Tints of Persian Indigo #39059E

Color information

#39059E (or 0x39059E) is unknown color: approx Persian Indigo. HEX triplet: 39, 05 and 9E. RGB value is (57,5,158). Sum of RGB (Red+Green+Blue) = 57+5+158=220 (29% of max value = 765). Red value is 57 (22.66% from 255 or 25.91% from 220); Green value is 5 (2.34% from 255 or 2.27% from 220); Blue value is 158 (62.11% from 255 or 71.82% from 220); Max value from RGB is 158 - color contains mainly: blue. Hex color #39059E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39059E is #C6FA61. Grayscale: #252525. Windows color (decimal): -13040226 or 10356025. OLE color: 10356025.

HSL color Cylindrical-coordinate representation of color #39059E: hue angle of 260.39º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #39059E is Cyan = 0.64, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB575158-
CMYK0.640.9700.38
HSL260.39º93.87%31.96%-
HSV(B)260.39º96.84%61.96%-
XYZ7.913.4532.6-
YUV37.99195.73141.56-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 25.91%
GREEN value IS 5 (2.34% from 255) = 2.27%
BLUE value IS 158 (62.11% from 255) = 71.82%
R=25.91%
G=2.27%
B=71.82%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal5751580.640.9700.38260.3993.8731.96
Hex3959E40610261045e20
Octal71523610014104640413640
Binary111001101100111101000000110000101001101000001001011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39059E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #39059E; }

 p { color: rgb(57,5,158); }

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

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

 a { background-color: rgb(57,5,158); }

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

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

 span { border-color: rgb(57,5,158); }

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