#20046F

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

Shades of Persian Indigo #20046F

Tints of Persian Indigo #20046F

Color information

#20046F (or 0x20046F) is unknown color: approx Persian Indigo. HEX triplet: 20, 04 and 6F. RGB value is (32,4,111). Sum of RGB (Red+Green+Blue) = 32+4+111=147 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.77% from 147); Green value is 4 (1.95% from 255 or 2.72% from 147); Blue value is 111 (43.75% from 255 or 75.51% from 147); Max value from RGB is 111 - color contains mainly: blue. Hex color #20046F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20046F is #DFFB90. Grayscale: #181818. Windows color (decimal): -14678929 or 7275552. OLE color: 7275552.

HSL color Cylindrical-coordinate representation of color #20046F: hue angle of 255.7º 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 #20046F is Cyan = 0.71, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB324111-
CMYK0.710.9600.56
HSL255.7º93.04%22.55%-
HSV(B)255.7º96.4%43.53%-
XYZ3.511.5415.15-
YUV24.57176.78133.3-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.77%
GREEN value IS 4 (1.95% from 255) = 2.72%
BLUE value IS 111 (43.75% from 255) = 75.51%
R=21.77%
G=2.72%
B=75.51%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.96
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3241110.710.9600.56255.793.0422.55
Hex2046F47600381005d17
Octal40415710714007040013527
Binary1000001001101111100011111000000111000100000000101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20046F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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