#21005E

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

Shades of Persian Indigo #21005E

Tints of Persian Indigo #21005E

Color information

#21005E (or 0x21005E) is unknown color: approx Persian Indigo. HEX triplet: 21, 00 and 5E. RGB value is (33,0,94). Sum of RGB (Red+Green+Blue) = 33+0+94=127 (16% of max value = 765). Red value is 33 (13.28% from 255 or 25.98% from 127); Green value is 0 (0.39% from 255 or 0% from 127); Blue value is 94 (37.11% from 255 or 74.02% from 127); Max value from RGB is 94 - color contains mainly: blue. Hex color #21005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21005E is #DEFFA1. Grayscale: #141414. Windows color (decimal): -14614434 or 6160417. OLE color: 6160417.

HSL color Cylindrical-coordinate representation of color #21005E: hue angle of 261.06º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 1%. Process color model (Four color, CMYK) of #21005E is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB33094-
CMYK0.65100.63
HSL261.06º100%18.43%-
HSV(B)261.06º100%36.86%-
XYZ2.651.1310.67-
YUV20.58169.43136.86-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.98%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 94 (37.11% from 255) = 74.02%
R=25.98%
G=0%
B=74.02%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal330940.65100.63261.0610018.43
Hex2105E416403F1056412
Octal41013610114407740514422
Binary10000101011110100000111001000111111100000101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21005E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21005E; }

 p { color: rgb(33,0,94); }

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

<style>
 a { background-color: #21005E; }

 a { background-color: rgb(33,0,94); }

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

<style>
 span { border-color: #21005E; }

 span { border-color: rgb(33,0,94); }

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