#21076C

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

Shades of Persian Indigo #21076C

Tints of Persian Indigo #21076C

Color information

#21076C (or 0x21076C) is unknown color: approx Persian Indigo. HEX triplet: 21, 07 and 6C. RGB value is (33,7,108). Sum of RGB (Red+Green+Blue) = 33+7+108=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 7 (3.12% from 255 or 4.73% from 148); Blue value is 108 (42.58% from 255 or 72.97% from 148); Max value from RGB is 108 - color contains mainly: blue. Hex color #21076C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21076C is #DEF893. Grayscale: #191919. Windows color (decimal): -14612628 or 7079713. OLE color: 7079713.

HSL color Cylindrical-coordinate representation of color #21076C: hue angle of 255.45º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #21076C is Cyan = 0.69, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB337108-
CMYK0.690.9400.58
HSL255.45º87.83%22.55%-
HSV(B)255.45º93.52%42.35%-
XYZ3.411.5614.31-
YUV26.29174.11132.79-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 7 (3.12% from 255) = 4.73%
BLUE value IS 108 (42.58% from 255) = 72.97%
R=22.30%
G=4.73%
B=72.97%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3371080.690.9400.58255.4587.8322.55
Hex2176C455E03Aff5817
Octal41715410513607237713027
Binary100001111110110010001011011110011101011111111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21076C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21076C; }

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

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

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

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

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

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

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

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