#21045D

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

Shades of Persian Indigo #21045D

Tints of Persian Indigo #21045D

Color information

#21045D (or 0x21045D) is unknown color: approx Persian Indigo. HEX triplet: 21, 04 and 5D. RGB value is (33,4,93). Sum of RGB (Red+Green+Blue) = 33+4+93=130 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.38% from 130); Green value is 4 (1.95% from 255 or 3.08% from 130); Blue value is 93 (36.72% from 255 or 71.54% from 130); Max value from RGB is 93 - color contains mainly: blue. Hex color #21045D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21045D is #DEFBA2. Grayscale: #161616. Windows color (decimal): -14613411 or 6095905. OLE color: 6095905.

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

Color convert

RGB33493-
CMYK0.650.9600.64
HSL259.55º91.75%19.02%-
HSV(B)259.55º95.7%36.47%-
XYZ2.651.210.45-
YUV22.82167.61135.26-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.38%
GREEN value IS 4 (1.95% from 255) = 3.08%
BLUE value IS 93 (36.72% from 255) = 71.54%
R=25.38%
G=3.08%
B=71.54%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal334930.650.9600.64259.5591.7519.02
Hex2145D41600401045c13
Octal414135101140010040413423
Binary10000110010111011000001110000001000000100000100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21045D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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