#39228A

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

Shades of Persian Indigo #39228A

Tints of Persian Indigo #39228A

Color information

#39228A (or 0x39228A) is unknown color: approx Persian Indigo. HEX triplet: 39, 22 and 8A. RGB value is (57,34,138). Sum of RGB (Red+Green+Blue) = 57+34+138=229 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.89% from 229); Green value is 34 (13.67% from 255 or 14.85% from 229); Blue value is 138 (54.30% from 255 or 60.26% from 229); Max value from RGB is 138 - color contains mainly: blue. Hex color #39228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #39228A is #C6DD75. Grayscale: #343434. Windows color (decimal): -13032822 or 9052729. OLE color: 9052729.

HSL color Cylindrical-coordinate representation of color #39228A: hue angle of 253.27º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #39228A is Cyan = 0.59, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5734138-
CMYK0.590.7500.46
HSL253.27º60.47%33.73%-
HSV(B)253.27º75.36%54.12%-
XYZ6.853.8524.43-
YUV52.73176.12131.04-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 24.89%
GREEN value IS 34 (13.67% from 255) = 14.85%
BLUE value IS 138 (54.30% from 255) = 60.26%
R=24.89%
G=14.85%
B=60.26%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57341380.590.7500.46253.2760.4733.73
Hex39228A3B4B02Efd3c22
Octal7142212731130563757442
Binary111001100010100010101110111001011010111011111101111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #39228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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