#21045C

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

Shades of Persian Indigo #21045C

Tints of Persian Indigo #21045C

Color information

#21045C (or 0x21045C) is unknown color: approx Persian Indigo. HEX triplet: 21, 04 and 5C. RGB value is (33,4,92). Sum of RGB (Red+Green+Blue) = 33+4+92=129 (17% of max value = 765). Red value is 33 (13.28% from 255 or 25.58% from 129); Green value is 4 (1.95% from 255 or 3.10% from 129); Blue value is 92 (36.33% from 255 or 71.32% from 129); Max value from RGB is 92 - color contains mainly: blue. Hex color #21045C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21045C is #DEFBA3. Grayscale: #161616. Windows color (decimal): -14613412 or 6030369. OLE color: 6030369.

HSL color Cylindrical-coordinate representation of color #21045C: hue angle of 259.77º 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 #21045C is Cyan = 0.64, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB33492-
CMYK0.640.9600.64
HSL259.77º91.67%18.82%-
HSV(B)259.77º95.65%36.08%-
XYZ2.61.1810.22-
YUV22.7167.11135.34-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 25.58%
GREEN value IS 4 (1.95% from 255) = 3.10%
BLUE value IS 92 (36.33% from 255) = 71.32%
R=25.58%
G=3.10%
B=71.32%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal334920.640.9600.64259.7791.6718.82
Hex2145C40600401045c13
Octal414134100140010040413423
Binary10000110010111001000000110000001000000100000100101110010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21045C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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