#20005B

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

Shades of Persian Indigo #20005B

Tints of Persian Indigo #20005B

Color information

#20005B (or 0x20005B) is unknown color: approx Persian Indigo. HEX triplet: 20, 00 and 5B. RGB value is (32,0,91). Sum of RGB (Red+Green+Blue) = 32+0+91=123 (16% of max value = 765). Red value is 32 (12.89% from 255 or 26.02% from 123); Green value is 0 (0.39% from 255 or 0% from 123); Blue value is 91 (35.94% from 255 or 73.98% from 123); Max value from RGB is 91 - color contains mainly: blue. Hex color #20005B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20005B is #DFFFA4. Grayscale: #131313. Windows color (decimal): -14679973 or 5963808. OLE color: 5963808.

HSL color Cylindrical-coordinate representation of color #20005B: hue angle of 261.1º degrees, saturation: 1, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 1%. Process color model (Four color, CMYK) of #20005B is Cyan = 0.65, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB32091-
CMYK0.65100.64
HSL261.1º100%17.84%-
HSV(B)261.1º100%35.69%-
XYZ2.481.069.97-
YUV19.94168.1136.6-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 26.02%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 91 (35.94% from 255) = 73.98%
R=26.02%
G=0%
B=73.98%

CMYK

C (Cyan) values IS 0.65
M (Magenta) values IS 1
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal320910.65100.64261.110017.84
Hex2005B41640401056412
Octal400133101144010040514422
Binary100000010110111000001110010001000000100000101110010010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20005B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20005B; }

 p { color: rgb(32,0,91); }

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

<style>
 a { background-color: #20005B; }

 a { background-color: rgb(32,0,91); }

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

<style>
 span { border-color: #20005B; }

 span { border-color: rgb(32,0,91); }

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