#21036D

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

Shades of Persian Indigo #21036D

Tints of Persian Indigo #21036D

Color information

#21036D (or 0x21036D) is unknown color: approx Persian Indigo. HEX triplet: 21, 03 and 6D. RGB value is (33,3,109). Sum of RGB (Red+Green+Blue) = 33+3+109=145 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.76% from 145); Green value is 3 (1.56% from 255 or 2.07% from 145); Blue value is 109 (42.97% from 255 or 75.17% from 145); Max value from RGB is 109 - color contains mainly: blue. Hex color #21036D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21036D is #DEFC92. Grayscale: #171717. Windows color (decimal): -14613651 or 7144225. OLE color: 7144225.

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

Color convert

RGB333109-
CMYK0.700.9700.57
HSL256.98º94.64%21.96%-
HSV(B)256.98º97.25%42.75%-
XYZ3.421.4914.58-
YUV24.05175.94134.38-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.76%
GREEN value IS 3 (1.56% from 255) = 2.07%
BLUE value IS 109 (42.97% from 255) = 75.17%
R=22.76%
G=2.07%
B=75.17%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal3331090.700.9700.57256.9894.6421.96
Hex2136D46610391015f16
Octal41315510614107140113726
Binary100001111101101100011011000010111001100000001101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21036D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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