Html Css Color HEX #32217F Persian Indigo

📋 copy color: '#32217F'

red 50 ◦ green 33 ◦ blue 127

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

Shades of Persian Indigo #32217F

Tints of Persian Indigo #32217F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 60.48%

R = 23.81%
G = 15.71%
B = 60.48%

CMYK

 C value IS 0.61

 M value IS 0.74

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#32217F (or 0x32217F) is known color: Persian Indigo. HEX triplet: 32, 21 and 7F. RGB value is (50,33,127). Sum of RGB (Red+Green+Blue) = 50+33+127=210 (27% of max value = 765). Red value is 50 (19.92% from 255 or 23.81% from 210); Green value is 33 (13.28% from 255 or 15.71% from 210); Blue value is 127 (50% from 255 or 60.48% from 210); Max value from RGB is 127 - color contains mainly: blue. Hex color #32217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #32217F is #CDDE80. Grayscale: #303030. Windows color (decimal): -13491841 or 8331570. OLE color: 8331570.

HSL color Cylindrical-coordinate representation of color #32217F: hue angle of 250.85º degrees, saturation: 0.59, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #32217F is Cyan = 0.61, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 50 33 127 -
CMYK 0.61 0.74 0 0.50
HSL 250.85º 0.59% 0.31% -
HSV(B) 250.85º 0.74% 0.5% -
XYZ 5.69 3.3 20.42 -
YUV 48.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 50 33 127 0.61 0.74 0 0.50 250.85 0.59 0.31
Hex 32 21 7F 3D 4A 0 32 FB 3B 1F
Octal 62 41 177 75 112 0 62 373 73 37
Binary 110010 100001 1111111 111101 1001010 0 110010 11111011 111011 11111

Color Harmonies of #32217F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #32217F

Black with #32217F

Text Example


Text Example

White with #32217F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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