#21056F

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

Shades of Persian Indigo #21056F

Tints of Persian Indigo #21056F

Color information

#21056F (or 0x21056F) is unknown color: approx Persian Indigo. HEX triplet: 21, 05 and 6F. RGB value is (33,5,111). Sum of RGB (Red+Green+Blue) = 33+5+111=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 5 (2.34% from 255 or 3.36% from 149); Blue value is 111 (43.75% from 255 or 74.50% from 149); Max value from RGB is 111 - color contains mainly: blue. Hex color #21056F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21056F is #DEFA90. Grayscale: #191919. Windows color (decimal): -14613137 or 7275809. OLE color: 7275809.

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

Color convert

RGB335111-
CMYK0.700.9500.56
HSL255.85º91.38%22.75%-
HSV(B)255.85º95.5%43.53%-
XYZ3.551.5815.16-
YUV25.46176.28133.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.15%
GREEN value IS 5 (2.34% from 255) = 3.36%
BLUE value IS 111 (43.75% from 255) = 74.50%
R=22.15%
G=3.36%
B=74.50%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3351110.700.9500.56255.8591.3822.75
Hex2156F465F0381005b17
Octal41515710613707040013327
Binary1000011011101111100011010111110111000100000000101101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21056F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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