#21096F

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

Shades of Persian Indigo #21096F

Tints of Persian Indigo #21096F

Color information

#21096F (or 0x21096F) is unknown color: approx Persian Indigo. HEX triplet: 21, 09 and 6F. RGB value is (33,9,111). Sum of RGB (Red+Green+Blue) = 33+9+111=153 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.57% from 153); Green value is 9 (3.91% from 255 or 5.88% from 153); Blue value is 111 (43.75% from 255 or 72.55% from 153); Max value from RGB is 111 - color contains mainly: blue. Hex color #21096F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21096F is #DEF690. Grayscale: #1B1B1B. Windows color (decimal): -14612113 or 7276833. OLE color: 7276833.

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

Color convert

RGB339111-
CMYK0.700.9200.56
HSL254.12º85%23.53%-
HSV(B)254.12º91.89%43.53%-
XYZ3.591.6715.17-
YUV27.8174.95131.71-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.57%
GREEN value IS 9 (3.91% from 255) = 5.88%
BLUE value IS 111 (43.75% from 255) = 72.55%
R=21.57%
G=5.88%
B=72.55%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3391110.700.9200.56254.128523.53
Hex2196F465C038fe5518
Octal411115710613407037612530
Binary1000011001110111110001101011100011100011111110101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21096F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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