#210966

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

Shades of Persian Indigo #210966

Tints of Persian Indigo #210966

Color information

#210966 (or 0x210966) is unknown color: approx Persian Indigo. HEX triplet: 21, 09 and 66. RGB value is (33,9,102). Sum of RGB (Red+Green+Blue) = 33+9+102=144 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.92% from 144); Green value is 9 (3.91% from 255 or 6.25% from 144); Blue value is 102 (40.23% from 255 or 70.83% from 144); Max value from RGB is 102 - color contains mainly: blue. Hex color #210966 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210966 is #DEF699. Grayscale: #1A1A1A. Windows color (decimal): -14612122 or 6687009. OLE color: 6687009.

HSL color Cylindrical-coordinate representation of color #210966: hue angle of 255.48º degrees, saturation: 0.84, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #210966 is Cyan = 0.68, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB339102-
CMYK0.680.9100.6
HSL255.48º83.78%21.76%-
HSV(B)255.48º91.18%40%-
XYZ3.121.4812.69-
YUV26.78170.45132.44-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.92%
GREEN value IS 9 (3.91% from 255) = 6.25%
BLUE value IS 102 (40.23% from 255) = 70.83%
R=22.92%
G=6.25%
B=70.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3391020.680.9100.6255.4883.7821.76
Hex21966445B03Cff5416
Octal411114610413307437712426
Binary1000011001110011010001001011011011110011111111101010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210966

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210966; }

 p { color: rgb(33,9,102); }

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

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

 a { background-color: rgb(33,9,102); }

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

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

 span { border-color: rgb(33,9,102); }

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