Html Css Color HEX #32219A Persian Indigo

📋 copy color: '#32219A'

red 50 ◦ green 33 ◦ blue 154

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

Shades of Persian Indigo #32219A

Tints of Persian Indigo #32219A

RGB

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

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

 BLUE value IS 154 (60.55% from 255) = 64.98%

R = 21.1%
G = 13.92%
B = 64.98%

CMYK

 C value IS 0.68

 M value IS 0.79

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#32219A (or 0x32219A) is known color: Persian Indigo. HEX triplet: 32, 21 and 9A. RGB value is (50,33,154). Sum of RGB (Red+Green+Blue) = 50+33+154=237 (31% of max value = 765). Red value is 50 (19.92% from 255 or 21.10% from 237); Green value is 33 (13.28% from 255 or 13.92% from 237); Blue value is 154 (60.55% from 255 or 64.98% from 237); Max value from RGB is 154 - color contains mainly: blue. Hex color #32219A is not a web safe color. Web safe color analog (approx): #333399. Inversed color of #32219A is #CDDE65. Grayscale: #333333. Windows color (decimal): -13491814 or 10101042. OLE color: 10101042.

HSL color Cylindrical-coordinate representation of color #32219A: hue angle of 248.43º degrees, saturation: 0.65, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #32219A is Cyan = 0.68, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 50 33 154 -
CMYK 0.68 0.79 0 0.40
HSL 248.43º 0.65% 0.37% -
HSV(B) 248.43º 0.79% 0.6% -
XYZ 7.69 4.1 30.96 -
YUV 51.88 185.63 126.66 -
System Red Green Blue C M Y K H S L
Decimal 50 33 154 0.68 0.79 0 0.40 248.43 0.65 0.37
Hex 32 21 9A 44 4F 0 28 F8 41 25
Octal 62 41 232 104 117 0 50 370 101 45
Binary 110010 100001 10011010 1000100 1001111 0 101000 11111000 1000001 100101

Color Harmonies of #32219A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32219A

Black with #32219A

Text Example


Text Example

White with #32219A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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