#21055D

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

Shades of Persian Indigo #21055D

Tints of Persian Indigo #21055D

Color information

#21055D (or 0x21055D) is unknown color: approx Persian Indigo. HEX triplet: 21, 05 and 5D. RGB value is (33,5,93). Sum of RGB (Red+Green+Blue) = 33+5+93=131 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.19% from 131); Green value is 5 (2.34% from 255 or 3.82% from 131); Blue value is 93 (36.72% from 255 or 70.99% from 131); Max value from RGB is 93 - color contains mainly: blue. Hex color #21055D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21055D is #DEFAA2. Grayscale: #171717. Windows color (decimal): -14613155 or 6096161. OLE color: 6096161.

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

Color convert

RGB33593-
CMYK0.650.9500.64
HSL259.09º89.8%19.22%-
HSV(B)259.09º94.62%36.47%-
XYZ2.661.2210.45-
YUV23.4167.28134.84-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.19%
GREEN value IS 5 (2.34% from 255) = 3.82%
BLUE value IS 93 (36.72% from 255) = 70.99%
R=25.19%
G=3.82%
B=70.99%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal335930.650.9500.64259.0989.819.22
Hex2155D415F0401035a13
Octal415135101137010040313223
Binary10000110110111011000001101111101000000100000011101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21055D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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