#20015D

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

Shades of Persian Indigo #20015D

Tints of Persian Indigo #20015D

Color information

#20015D (or 0x20015D) is unknown color: approx Persian Indigo. HEX triplet: 20, 01 and 5D. RGB value is (32,1,93). Sum of RGB (Red+Green+Blue) = 32+1+93=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 1 (0.78% from 255 or 0.79% from 126); Blue value is 93 (36.72% from 255 or 73.81% from 126); Max value from RGB is 93 - color contains mainly: blue. Hex color #20015D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20015D is #DFFEA2. Grayscale: #141414. Windows color (decimal): -14679715 or 6095136. OLE color: 6095136.

HSL color Cylindrical-coordinate representation of color #20015D: hue angle of 260.22º degrees, saturation: 0.98, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #20015D is Cyan = 0.66, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB32193-
CMYK0.660.9900.64
HSL260.22º97.87%18.43%-
HSV(B)260.22º98.92%36.47%-
XYZ2.581.1210.44-
YUV20.76168.77136.02-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25.40%
GREEN value IS 1 (0.78% from 255) = 0.79%
BLUE value IS 93 (36.72% from 255) = 73.81%
R=25.40%
G=0.79%
B=73.81%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal321930.660.9900.64260.2297.8718.43
Hex2015D42630401046212
Octal401135102143010040414222
Binary100000110111011000010110001101000000100000100110001010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20015D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20015D; }

 p { color: rgb(32,1,93); }

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

<style>
 a { background-color: #20015D; }

 a { background-color: rgb(32,1,93); }

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

<style>
 span { border-color: #20015D; }

 span { border-color: rgb(32,1,93); }

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