#32228A

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

Shades of Persian Indigo #32228A

Tints of Persian Indigo #32228A

Color information

#32228A (or 0x32228A) is unknown color: approx Persian Indigo. HEX triplet: 32, 22 and 8A. RGB value is (50,34,138). Sum of RGB (Red+Green+Blue) = 50+34+138=222 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.52% from 222); Green value is 34 (13.67% from 255 or 15.32% from 222); Blue value is 138 (54.30% from 255 or 62.16% from 222); Max value from RGB is 138 - color contains mainly: blue. Hex color #32228A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32228A is #CDDD75. Grayscale: #323232. Windows color (decimal): -13491574 or 9052722. OLE color: 9052722.

HSL color Cylindrical-coordinate representation of color #32228A: hue angle of 249.23º 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 #32228A is Cyan = 0.64, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB5034138-
CMYK0.640.7500.46
HSL249.23º60.47%33.73%-
HSV(B)249.23º75.36%54.12%-
XYZ6.473.6624.41-
YUV50.64177.3127.54-

RGB Variations

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

RGB

RED value IS 50 (19.92% from 255) = 22.52%
GREEN value IS 34 (13.67% from 255) = 15.32%
BLUE value IS 138 (54.30% from 255) = 62.16%
R=22.52%
G=15.32%
B=62.16%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal50341380.640.7500.46249.2360.4733.73
Hex32228A404B02Ef93c22
Octal62422121001130563717442
Binary1100101000101000101010000001001011010111011111001111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32228A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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