#20015F

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

Shades of Persian Indigo #20015F

Tints of Persian Indigo #20015F

Color information

#20015F (or 0x20015F) is unknown color: approx Persian Indigo. HEX triplet: 20, 01 and 5F. RGB value is (32,1,95). Sum of RGB (Red+Green+Blue) = 32+1+95=128 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25% from 128); Green value is 1 (0.78% from 255 or 0.78% from 128); Blue value is 95 (37.5% from 255 or 74.22% from 128); Max value from RGB is 95 - color contains mainly: blue. Hex color #20015F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20015F is #DFFEA0. Grayscale: #141414. Windows color (decimal): -14679713 or 6226208. OLE color: 6226208.

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

Color convert

RGB32195-
CMYK0.660.9900.63
HSL259.79º97.92%18.82%-
HSV(B)259.79º98.95%37.25%-
XYZ2.671.1610.91-
YUV20.98169.77135.86-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 25%
GREEN value IS 1 (0.78% from 255) = 0.78%
BLUE value IS 95 (37.5% from 255) = 74.22%
R=25%
G=0.78%
B=74.22%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal321950.660.9900.63259.7997.9218.82
Hex2015F426303F1046213
Octal40113710214307740414223
Binary10000011011111100001011000110111111100000100110001010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20015F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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