#32217f

Color #32217F Persian Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Persian Indigo #32217F

Tints of Persian Indigo #32217F

Color information

#32217F (or 0x32217F) is unknown color: approx 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

RGB5033127-
CMYK0.610.7400.50
HSL250.85º58.75%31.37%-
HSV(B)250.85º74.02%49.8%-
XYZ5.693.320.42-
YUV48.8172.13128.86-

RGB Variations

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

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 (Cyan) values IS 0.61
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal50331270.610.7400.50250.8558.7531.37
Hex32217F3D4A032fb3b1f
Octal6241177751120623737337
Binary1100101000011111111111101100101001100101111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #32217f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>