Html Css Color HEX #322188 Persian Indigo

📋 copy color: '#322188'

red 50 ◦ green 33 ◦ blue 136

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

Shades of Persian Indigo #322188

Tints of Persian Indigo #322188

RGB

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

 GREEN value IS 33 (13.28% from 255) = 15.07%

 BLUE value IS 136 (53.52% from 255) = 62.1%

R = 22.83%
G = 15.07%
B = 62.1%

CMYK

 C value IS 0.63

 M value IS 0.76

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#322188 (or 0x322188) is known color: Persian Indigo. HEX triplet: 32, 21 and 88. RGB value is (50,33,136). Sum of RGB (Red+Green+Blue) = 50+33+136=219 (29% of max value = 765). Red value is 50 (19.92% from 255 or 22.83% from 219); Green value is 33 (13.28% from 255 or 15.07% from 219); Blue value is 136 (53.52% from 255 or 62.10% from 219); Max value from RGB is 136 - color contains mainly: blue. Hex color #322188 is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #322188 is #CDDE77. Grayscale: #313131. Windows color (decimal): -13491832 or 8921394. OLE color: 8921394.

HSL color Cylindrical-coordinate representation of color #322188: hue angle of 249.9º degrees, saturation: 0.61, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #322188 is Cyan = 0.63, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 50 33 136 -
CMYK 0.63 0.76 0 0.47
HSL 249.9º 0.61% 0.33% -
HSV(B) 249.9º 0.76% 0.53% -
XYZ 6.3 3.54 23.64 -
YUV 49.83 176.63 128.12 -
System Red Green Blue C M Y K H S L
Decimal 50 33 136 0.63 0.76 0 0.47 249.9 0.61 0.33
Hex 32 21 88 3F 4C 0 2F FA 3D 21
Octal 62 41 210 77 114 0 57 372 75 41
Binary 110010 100001 10001000 111111 1001100 0 101111 11111010 111101 100001

Color Harmonies of #322188

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #322188

Black with #322188

Text Example


Text Example

White with #322188

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #322188; }

 p { color: rgb(50,33,136); }

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

background-color css

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

 a { background-color: rgb(50,33,136); }

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

border-color css

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

 span { border-color: rgb(50,33,136); }

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