#20076F

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

Shades of Persian Indigo #20076F

Tints of Persian Indigo #20076F

Color information

#20076F (or 0x20076F) is unknown color: approx Persian Indigo. HEX triplet: 20, 07 and 6F. RGB value is (32,7,111). Sum of RGB (Red+Green+Blue) = 32+7+111=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 7 (3.12% from 255 or 4.67% from 150); Blue value is 111 (43.75% from 255 or 74% from 150); Max value from RGB is 111 - color contains mainly: blue. Hex color #20076F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20076F is #DFF890. Grayscale: #191919. Windows color (decimal): -14678161 or 7276320. OLE color: 7276320.

HSL color Cylindrical-coordinate representation of color #20076F: hue angle of 254.42º degrees, saturation: 0.88, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20076F is Cyan = 0.71, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB327111-
CMYK0.710.9400.56
HSL254.42º88.14%23.14%-
HSV(B)254.42º93.69%43.53%-
XYZ3.541.6115.16-
YUV26.33175.78132.04-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 21.33%
GREEN value IS 7 (3.12% from 255) = 4.67%
BLUE value IS 111 (43.75% from 255) = 74%
R=21.33%
G=4.67%
B=74%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal3271110.710.9400.56254.4288.1423.14
Hex2076F475E038fe5817
Octal40715710713607037613027
Binary100000111110111110001111011110011100011111110101100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20076F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,7,111); }

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

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

 a { background-color: rgb(32,7,111); }

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

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

 span { border-color: rgb(32,7,111); }

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