#20055F

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

Shades of Persian Indigo #20055F

Tints of Persian Indigo #20055F

Color information

#20055F (or 0x20055F) is unknown color: approx Persian Indigo. HEX triplet: 20, 05 and 5F. RGB value is (32,5,95). Sum of RGB (Red+Green+Blue) = 32+5+95=132 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.24% from 132); Green value is 5 (2.34% from 255 or 3.79% from 132); Blue value is 95 (37.5% from 255 or 71.97% from 132); Max value from RGB is 95 - color contains mainly: blue. Hex color #20055F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20055F is #DFFAA0. Grayscale: #171717. Windows color (decimal): -14678689 or 6227232. OLE color: 6227232.

HSL color Cylindrical-coordinate representation of color #20055F: hue angle of 258º degrees, saturation: 0.9, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #20055F is Cyan = 0.66, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB32595-
CMYK0.660.9500.63
HSL258º90%19.61%-
HSV(B)258º94.74%37.25%-
XYZ2.721.2410.92-
YUV23.33168.45134.18-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.24%
GREEN value IS 5 (2.34% from 255) = 3.79%
BLUE value IS 95 (37.5% from 255) = 71.97%
R=24.24%
G=3.79%
B=71.97%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal325950.660.9500.632589019.61
Hex2055F425F03F1025a14
Octal40513710213707740213224
Binary1000001011011111100001010111110111111100000010101101010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20055F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,5,95); }

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

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

 a { background-color: rgb(32,5,95); }

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

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

 span { border-color: rgb(32,5,95); }

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