#210766

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

Shades of Persian Indigo #210766

Tints of Persian Indigo #210766

Color information

#210766 (or 0x210766) is unknown color: approx Persian Indigo. HEX triplet: 21, 07 and 66. RGB value is (33,7,102). Sum of RGB (Red+Green+Blue) = 33+7+102=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 7 (3.12% from 255 or 4.93% from 142); Blue value is 102 (40.23% from 255 or 71.83% from 142); Max value from RGB is 102 - color contains mainly: blue. Hex color #210766 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #210766 is #DEF899. Grayscale: #191919. Windows color (decimal): -14612634 or 6686497. OLE color: 6686497.

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

Color convert

RGB337102-
CMYK0.680.9300.6
HSL256.42º87.16%21.37%-
HSV(B)256.42º93.14%40%-
XYZ3.11.4312.68-
YUV25.6171.11133.28-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 7 (3.12% from 255) = 4.93%
BLUE value IS 102 (40.23% from 255) = 71.83%
R=23.24%
G=4.93%
B=71.83%

CMYK

C (Cyan) values IS 0.68
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal3371020.680.9300.6256.4287.1621.37
Hex21766445D03C1005715
Octal41714610413507440012725
Binary1000011111100110100010010111010111100100000000101011110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #210766

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #210766; }

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

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

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

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

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

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

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

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