#33217F

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

Shades of Persian Indigo #33217F

Tints of Persian Indigo #33217F

Color information

#33217F (or 0x33217F) is unknown color: approx Persian Indigo. HEX triplet: 33, 21 and 7F. RGB value is (51,33,127). Sum of RGB (Red+Green+Blue) = 51+33+127=211 (27% of max value = 765). Red value is 51 (20.31% from 255 or 24.17% from 211); Green value is 33 (13.28% from 255 or 15.64% from 211); Blue value is 127 (50% from 255 or 60.19% from 211); Max value from RGB is 127 - color contains mainly: blue. Hex color #33217F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #33217F is #CCDE80. Grayscale: #303030. Windows color (decimal): -13426305 or 8331571. OLE color: 8331571.

HSL color Cylindrical-coordinate representation of color #33217F: hue angle of 251.49º 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 #33217F is Cyan = 0.60, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB5133127-
CMYK0.600.7400.50
HSL251.49º58.75%31.37%-
HSV(B)251.49º74.02%49.8%-
XYZ5.743.3220.42-
YUV49.1171.96129.36-

RGB Variations

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

RGB

RED value IS 51 (20.31% from 255) = 24.17%
GREEN value IS 33 (13.28% from 255) = 15.64%
BLUE value IS 127 (50% from 255) = 60.19%
R=24.17%
G=15.64%
B=60.19%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.74
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal51331270.600.7400.50251.4958.7531.37
Hex33217F3C4A032fb3b1f
Octal6341177741120623737337
Binary1100111000011111111111100100101001100101111101111101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #33217F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #33217F;
 }
 .AnyTagClassName
 {
   color: #33217F;
 }
</style>
background-color css

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

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

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

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

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

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