#39057F

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

Shades of Persian Indigo #39057F

Tints of Persian Indigo #39057F

Color information

#39057F (or 0x39057F) is unknown color: approx Persian Indigo. HEX triplet: 39, 05 and 7F. RGB value is (57,5,127). Sum of RGB (Red+Green+Blue) = 57+5+127=189 (25% of max value = 765). Red value is 57 (22.66% from 255 or 30.16% from 189); Green value is 5 (2.34% from 255 or 2.65% from 189); Blue value is 127 (50% from 255 or 67.20% from 189); Max value from RGB is 127 - color contains mainly: blue. Hex color #39057F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #39057F is #C6FA80. Grayscale: #222222. Windows color (decimal): -13040257 or 8324409. OLE color: 8324409.

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

Color convert

RGB575127-
CMYK0.550.9600.50
HSL265.57º92.42%25.88%-
HSV(B)265.57º96.06%49.8%-
XYZ5.572.5120.27-
YUV34.46180.23144.08-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 30.16%
GREEN value IS 5 (2.34% from 255) = 2.65%
BLUE value IS 127 (50% from 255) = 67.20%
R=30.16%
G=2.65%
B=67.20%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal5751270.550.9600.50265.5792.4225.88
Hex3957F376003210a5c1a
Octal7151776714006241213432
Binary111001101111111111011111000000110010100001010101110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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