#20065F

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

Shades of Persian Indigo #20065F

Tints of Persian Indigo #20065F

Color information

#20065F (or 0x20065F) is unknown color: approx Persian Indigo. HEX triplet: 20, 06 and 5F. RGB value is (32,6,95). Sum of RGB (Red+Green+Blue) = 32+6+95=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 6 (2.73% from 255 or 4.51% from 133); Blue value is 95 (37.5% from 255 or 71.43% from 133); Max value from RGB is 95 - color contains mainly: blue. Hex color #20065F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20065F is #DFF9A0. Grayscale: #171717. Windows color (decimal): -14678433 or 6227488. OLE color: 6227488.

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

Color convert

RGB32695-
CMYK0.660.9400.63
HSL257.53º88.12%19.8%-
HSV(B)257.53º93.68%37.25%-
XYZ2.731.2610.93-
YUV23.92168.11133.76-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 6 (2.73% from 255) = 4.51%
BLUE value IS 95 (37.5% from 255) = 71.43%
R=24.06%
G=4.51%
B=71.43%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal326950.660.9400.63257.5388.1219.8
Hex2065F425E03F1025814
Octal40613710213607740213024
Binary1000001101011111100001010111100111111100000010101100010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20065F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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