#21055E

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

Shades of Persian Indigo #21055E

Tints of Persian Indigo #21055E

Color information

#21055E (or 0x21055E) is unknown color: approx Persian Indigo. HEX triplet: 21, 05 and 5E. RGB value is (33,5,94). Sum of RGB (Red+Green+Blue) = 33+5+94=132 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 94 (37.11% from 255 or 71.21% from 132); Max value from RGB is 94 - color contains mainly: blue. Hex color #21055E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21055E is #DEFAA1. Grayscale: #171717. Windows color (decimal): -14613154 or 6161697. OLE color: 6161697.

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

Color convert

RGB33594-
CMYK0.650.9500.63
HSL258.88º89.9%19.41%-
HSV(B)258.88º94.68%36.86%-
XYZ2.71.2410.69-
YUV23.52167.78134.76-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 94 (37.11% from 255) = 71.21%
R=25%
G=3.79%
B=71.21%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal335940.650.9500.63258.8889.919.41
Hex2155E415F03F1035a13
Octal41513610113707740313223
Binary1000011011011110100000110111110111111100000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21055E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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