#21046F

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

Shades of Persian Indigo #21046F

Tints of Persian Indigo #21046F

Color information

#21046F (or 0x21046F) is unknown color: approx Persian Indigo. HEX triplet: 21, 04 and 6F. RGB value is (33,4,111). Sum of RGB (Red+Green+Blue) = 33+4+111=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 4 (1.95% from 255 or 2.70% from 148); Blue value is 111 (43.75% from 255 or 75% from 148); Max value from RGB is 111 - color contains mainly: blue. Hex color #21046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #21046F is #DEFB90. Grayscale: #181818. Windows color (decimal): -14613393 or 7275553. OLE color: 7275553.

HSL color Cylindrical-coordinate representation of color #21046F: hue angle of 256.26º degrees, saturation: 0.93, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #21046F is Cyan = 0.70, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB334111-
CMYK0.700.9600.56
HSL256.26º93.04%22.55%-
HSV(B)256.26º96.4%43.53%-
XYZ3.541.5615.15-
YUV24.87176.61133.8-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 22.30%
GREEN value IS 4 (1.95% from 255) = 2.70%
BLUE value IS 111 (43.75% from 255) = 75%
R=22.30%
G=2.70%
B=75%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3341110.700.9600.56256.2693.0422.55
Hex2146F46600381005d17
Octal41415710614007040013527
Binary1000011001101111100011011000000111000100000000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21046F; }

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

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

<style>
 a { background-color: #21046F; }

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

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

<style>
 span { border-color: #21046F; }

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

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