Html Css Color HEX #32217A Persian Indigo

📋 copy color: '#32217A'

red 50 ◦ green 33 ◦ blue 122

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

Shades of Persian Indigo #32217A

Tints of Persian Indigo #32217A

RGB

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

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

 BLUE value IS 122 (48.05% from 255) = 59.51%

R = 24.39%
G = 16.1%
B = 59.51%

CMYK

 C value IS 0.59

 M value IS 0.73

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#32217A (or 0x32217A) is known color: Persian Indigo. HEX triplet: 32, 21 and 7A. RGB value is (50,33,122). Sum of RGB (Red+Green+Blue) = 50+33+122=205 (27% of max value = 765). Red value is 50 (19.92% from 255 or 24.39% from 205); Green value is 33 (13.28% from 255 or 16.10% from 205); Blue value is 122 (48.05% from 255 or 59.51% from 205); Max value from RGB is 122 - color contains mainly: blue. Hex color #32217A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32217A is #CDDE85. Grayscale: #2F2F2F. Windows color (decimal): -13491846 or 8003890. OLE color: 8003890.

HSL color Cylindrical-coordinate representation of color #32217A: hue angle of 251.46º degrees, saturation: 0.57, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #32217A is Cyan = 0.59, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 50 33 122 -
CMYK 0.59 0.73 0 0.52
HSL 251.46º 0.57% 0.3% -
HSV(B) 251.46º 0.73% 0.48% -
XYZ 5.37 3.17 18.74 -
YUV 48.23 169.63 129.26 -
System Red Green Blue C M Y K H S L
Decimal 50 33 122 0.59 0.73 0 0.52 251.46 0.57 0.3
Hex 32 21 7A 3B 49 0 34 FB 39 1E
Octal 62 41 172 73 111 0 64 373 71 36
Binary 110010 100001 1111010 111011 1001001 0 110100 11111011 111001 11110

Color Harmonies of #32217A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32217A

Black with #32217A

Text Example


Text Example

White with #32217A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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