#39228E

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

Shades of Persian Indigo #39228E

Tints of Persian Indigo #39228E

Color information

#39228E (or 0x39228E) is unknown color: approx Persian Indigo. HEX triplet: 39, 22 and 8E. RGB value is (57,34,142). Sum of RGB (Red+Green+Blue) = 57+34+142=233 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.46% from 233); Green value is 34 (13.67% from 255 or 14.59% from 233); Blue value is 142 (55.86% from 255 or 60.94% from 233); Max value from RGB is 142 - color contains mainly: blue. Hex color #39228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39228E is #C6DD71. Grayscale: #343434. Windows color (decimal): -13032818 or 9314873. OLE color: 9314873.

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

Color convert

RGB5734142-
CMYK0.600.7600.44
HSL252.78º61.36%34.51%-
HSV(B)252.78º76.06%55.69%-
XYZ7.143.9725.98-
YUV53.19178.12130.72-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.46%
GREEN value IS 34 (13.67% from 255) = 14.59%
BLUE value IS 142 (55.86% from 255) = 60.94%
R=24.46%
G=14.59%
B=60.94%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal57341420.600.7600.44252.7861.3634.51
Hex39228E3C4C02Cfd3d23
Octal7142216741140543757543
Binary111001100010100011101111001001100010110011111101111101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39228E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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