#39237F

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

Shades of Persian Indigo #39237F

Tints of Persian Indigo #39237F

Color information

#39237F (or 0x39237F) is unknown color: approx Persian Indigo. HEX triplet: 39, 23 and 7F. RGB value is (57,35,127). Sum of RGB (Red+Green+Blue) = 57+35+127=219 (29% of max value = 765). Red value is 57 (22.66% from 255 or 26.03% from 219); Green value is 35 (14.06% from 255 or 15.98% from 219); Blue value is 127 (50% from 255 or 57.99% from 219); Max value from RGB is 127 - color contains mainly: blue. Hex color #39237F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #39237F is #C6DC80. Grayscale: #333333. Windows color (decimal): -13032577 or 8332089. OLE color: 8332089.

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

Color convert

RGB5735127-
CMYK0.550.7200.50
HSL254.35º56.79%31.76%-
HSV(B)254.35º72.44%49.8%-
XYZ6.123.620.45-
YUV52.07170.29131.52-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 26.03%
GREEN value IS 35 (14.06% from 255) = 15.98%
BLUE value IS 127 (50% from 255) = 57.99%
R=26.03%
G=15.98%
B=57.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal57351270.550.7200.50254.3556.7931.76
Hex39237F3748032fe3920
Octal7143177671100623767140
Binary11100110001111111111101111001000011001011111110111001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39237F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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