Html Css Color HEX #32217E Persian Indigo

📋 copy color: '#32217E'

red 50 ◦ green 33 ◦ blue 126

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

Shades of Persian Indigo #32217E

Tints of Persian Indigo #32217E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 60.29%

R = 23.92%
G = 15.79%
B = 60.29%

CMYK

 C value IS 0.60

 M value IS 0.74

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#32217E (or 0x32217E) is known color: Persian Indigo. HEX triplet: 32, 21 and 7E. RGB value is (50,33,126). Sum of RGB (Red+Green+Blue) = 50+33+126=209 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.92% from 209); Green value is 33 (13.28% from 255 or 15.79% from 209); Blue value is 126 (49.61% from 255 or 60.29% from 209); Max value from RGB is 126 - color contains mainly: blue. Hex color #32217E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32217E is #CDDE81. Grayscale: #303030. Windows color (decimal): -13491842 or 8266034. OLE color: 8266034.

HSL color Cylindrical-coordinate representation of color #32217E: hue angle of 250.97º degrees, saturation: 0.58, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32217E is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 50 33 126 -
CMYK 0.60 0.74 0 0.51
HSL 250.97º 0.58% 0.31% -
HSV(B) 250.97º 0.74% 0.49% -
XYZ 5.63 3.27 20.07 -
YUV 48.69 171.63 128.94 -
System Red Green Blue C M Y K H S L
Decimal 50 33 126 0.60 0.74 0 0.51 250.97 0.58 0.31
Hex 32 21 7E 3C 4A 0 33 FB 3A 1F
Octal 62 41 176 74 112 0 63 373 72 37
Binary 110010 100001 1111110 111100 1001010 0 110011 11111011 111010 11111

Color Harmonies of #32217E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32217E

Black with #32217E

Text Example


Text Example

White with #32217E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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