#21036A

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

Shades of Persian Indigo #21036A

Tints of Persian Indigo #21036A

Color information

#21036A (or 0x21036A) is unknown color: approx Persian Indigo. HEX triplet: 21, 03 and 6A. RGB value is (33,3,106). Sum of RGB (Red+Green+Blue) = 33+3+106=142 (18% of max value = 765). Red value is 33 (13.28% from 255 or 23.24% from 142); Green value is 3 (1.56% from 255 or 2.11% from 142); Blue value is 106 (41.80% from 255 or 74.65% from 142); Max value from RGB is 106 - color contains mainly: blue. Hex color #21036A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21036A is #DEFC95. Grayscale: #171717. Windows color (decimal): -14613654 or 6947617. OLE color: 6947617.

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

Color convert

RGB333106-
CMYK0.690.9700.58
HSL257.48º94.5%21.37%-
HSV(B)257.48º97.17%41.57%-
XYZ3.261.4313.74-
YUV23.71174.44134.62-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 23.24%
GREEN value IS 3 (1.56% from 255) = 2.11%
BLUE value IS 106 (41.80% from 255) = 74.65%
R=23.24%
G=2.11%
B=74.65%

CMYK

C (Cyan) values IS 0.69
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal3331060.690.9700.58257.4894.521.37
Hex2136A456103A1015e15
Octal41315210514107240113625
Binary100001111101010100010111000010111010100000001101111010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21036A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21036A; }

 p { color: rgb(33,3,106); }

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

<style>
 a { background-color: #21036A; }

 a { background-color: rgb(33,3,106); }

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

<style>
 span { border-color: #21036A; }

 span { border-color: rgb(33,3,106); }

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