#21096D

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

Shades of Persian Indigo #21096D

Tints of Persian Indigo #21096D

Color information

#21096D (or 0x21096D) is unknown color: approx Persian Indigo. HEX triplet: 21, 09 and 6D. RGB value is (33,9,109). Sum of RGB (Red+Green+Blue) = 33+9+109=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 9 (3.91% from 255 or 5.96% from 151); Blue value is 109 (42.97% from 255 or 72.19% from 151); Max value from RGB is 109 - color contains mainly: blue. Hex color #21096D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21096D is #DEF692. Grayscale: #1B1B1B. Windows color (decimal): -14612115 or 7145761. OLE color: 7145761.

HSL color Cylindrical-coordinate representation of color #21096D: hue angle of 254.4º degrees, saturation: 0.85, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #21096D is Cyan = 0.70, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB339109-
CMYK0.700.9200.57
HSL254.4º84.75%23.14%-
HSV(B)254.4º91.74%42.75%-
XYZ3.491.6214.6-
YUV27.58173.95131.87-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 9 (3.91% from 255) = 5.96%
BLUE value IS 109 (42.97% from 255) = 72.19%
R=21.85%
G=5.96%
B=72.19%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3391090.700.9200.57254.484.7523.14
Hex2196D465C039fe5517
Octal411115510613407137612527
Binary1000011001110110110001101011100011100111111110101010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21096D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21096D; }

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

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

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

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

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

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

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

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