#21076F

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

Shades of Persian Indigo #21076F

Tints of Persian Indigo #21076F

Color information

#21076F (or 0x21076F) is unknown color: approx Persian Indigo. HEX triplet: 21, 07 and 6F. RGB value is (33,7,111). Sum of RGB (Red+Green+Blue) = 33+7+111=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 7 (3.12% from 255 or 4.64% from 151); Blue value is 111 (43.75% from 255 or 73.51% from 151); Max value from RGB is 111 - color contains mainly: blue. Hex color #21076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21076F is #DEF890. Grayscale: #1A1A1A. Windows color (decimal): -14612625 or 7276321. OLE color: 7276321.

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

Color convert

RGB337111-
CMYK0.700.9400.56
HSL255º88.14%23.14%-
HSV(B)255º93.69%43.53%-
XYZ3.571.6215.16-
YUV26.63175.61132.54-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 7 (3.12% from 255) = 4.64%
BLUE value IS 111 (43.75% from 255) = 73.51%
R=21.85%
G=4.64%
B=73.51%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3371110.700.9400.5625588.1423.14
Hex2176F465E038ff5817
Octal41715710613607037713027
Binary100001111110111110001101011110011100011111111101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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