#39058E

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

Shades of Persian Indigo #39058E

Tints of Persian Indigo #39058E

Color information

#39058E (or 0x39058E) is unknown color: approx Persian Indigo. HEX triplet: 39, 05 and 8E. RGB value is (57,5,142). Sum of RGB (Red+Green+Blue) = 57+5+142=204 (27% of max value = 765). Red value is 57 (22.66% from 255 or 27.94% from 204); Green value is 5 (2.34% from 255 or 2.45% from 204); Blue value is 142 (55.86% from 255 or 69.61% from 204); Max value from RGB is 142 - color contains mainly: blue. Hex color #39058E is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #39058E is #C6FA71. Grayscale: #232323. Windows color (decimal): -13040242 or 9307449. OLE color: 9307449.

HSL color Cylindrical-coordinate representation of color #39058E: hue angle of 262.77º degrees, saturation: 0.93, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #39058E is Cyan = 0.60, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB575142-
CMYK0.600.9600.44
HSL262.77º93.2%28.82%-
HSV(B)262.77º96.48%55.69%-
XYZ6.622.9325.81-
YUV36.17187.73142.86-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 27.94%
GREEN value IS 5 (2.34% from 255) = 2.45%
BLUE value IS 142 (55.86% from 255) = 69.61%
R=27.94%
G=2.45%
B=69.61%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal5751420.600.9600.44262.7793.228.82
Hex3958E3C6002C1075d1d
Octal7152167414005440713535
Binary1110011011000111011110011000000101100100000111101110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39058E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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