Html Css Color HEX #32228E Persian Indigo

📋 copy color: '#32228E'

red 50 ◦ green 34 ◦ blue 142

#32228E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #32228E

Tints of Persian Indigo #32228E

RGB

 RED value IS 50 (19.92% from 255) = 22.12%

 GREEN value IS 34 (13.67% from 255) = 15.04%

 BLUE value IS 142 (55.86% from 255) = 62.83%

R = 22.12%
G = 15.04%
B = 62.83%

CMYK

 C value IS 0.65

 M value IS 0.76

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#32228E (or 0x32228E) is known color: Persian Indigo. HEX triplet: 32, 22 and 8E. RGB value is (50,34,142). Sum of RGB (Red+Green+Blue) = 50+34+142=226 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.12% from 226); Green value is 34 (13.67% from 255 or 15.04% from 226); Blue value is 142 (55.86% from 255 or 62.83% from 226); Max value from RGB is 142 - color contains mainly: blue. Hex color #32228E is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32228E is #CDDD71. Grayscale: #323232. Windows color (decimal): -13491570 or 9314866. OLE color: 9314866.

HSL color Cylindrical-coordinate representation of color #32228E: hue angle of 248.89º 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 #32228E is Cyan = 0.65, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 50 34 142 -
CMYK 0.65 0.76 0 0.44
HSL 248.89º 0.61% 0.35% -
HSV(B) 248.89º 0.76% 0.56% -
XYZ 6.77 3.78 25.96 -
YUV 51.1 179.3 127.22 -
System Red Green Blue C M Y K H S L
Decimal 50 34 142 0.65 0.76 0 0.44 248.89 0.61 0.35
Hex 32 22 8E 41 4C 0 2C F9 3D 23
Octal 62 42 216 101 114 0 54 371 75 43
Binary 110010 100010 10001110 1000001 1001100 0 101100 11111001 111101 100011

Color Harmonies of #32228E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32228E

Black with #32228E

Text Example


Text Example

White with #32228E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #32228E;
 }
 .AnyTagClassName
 {
   color: #32228E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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