#39238E

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

Shades of Persian Indigo #39238E

Tints of Persian Indigo #39238E

Color information

#39238E (or 0x39238E) is unknown color: approx Persian Indigo. HEX triplet: 39, 23 and 8E. RGB value is (57,35,142). Sum of RGB (Red+Green+Blue) = 57+35+142=234 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.36% from 234); Green value is 35 (14.06% from 255 or 14.96% from 234); Blue value is 142 (55.86% from 255 or 60.68% from 234); Max value from RGB is 142 - color contains mainly: blue. Hex color #39238E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39238E is #C6DC71. Grayscale: #353535. Windows color (decimal): -13032562 or 9315129. OLE color: 9315129.

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

Color convert

RGB5735142-
CMYK0.600.7500.44
HSL252.34º60.45%34.71%-
HSV(B)252.34º75.35%55.69%-
XYZ7.174.0225.99-
YUV53.78177.79130.3-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.36%
GREEN value IS 35 (14.06% from 255) = 14.96%
BLUE value IS 142 (55.86% from 255) = 60.68%
R=24.36%
G=14.96%
B=60.68%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57351420.600.7500.44252.3460.4534.71
Hex39238E3C4B02Cfc3c23
Octal7143216741130543747443
Binary111001100011100011101111001001011010110011111100111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39238E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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