#20077B

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

Shades of Persian Indigo #20077B

Tints of Persian Indigo #20077B

Color information

#20077B (or 0x20077B) is unknown color: approx Persian Indigo. HEX triplet: 20, 07 and 7B. RGB value is (32,7,123). Sum of RGB (Red+Green+Blue) = 32+7+123=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 7 (3.12% from 255 or 4.32% from 162); Blue value is 123 (48.44% from 255 or 75.93% from 162); Max value from RGB is 123 - color contains mainly: blue. Hex color #20077B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20077B is #DFF884. Grayscale: #1B1B1B. Windows color (decimal): -14678149 or 8062752. OLE color: 8062752.

HSL color Cylindrical-coordinate representation of color #20077B: hue angle of 252.93º degrees, saturation: 0.89, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #20077B is Cyan = 0.74, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB327123-
CMYK0.740.9400.52
HSL252.93º89.23%25.49%-
HSV(B)252.93º94.31%48.24%-
XYZ4.251.8918.88-
YUV27.7181.78131.07-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 19.75%
GREEN value IS 7 (3.12% from 255) = 4.32%
BLUE value IS 123 (48.44% from 255) = 75.93%
R=19.75%
G=4.32%
B=75.93%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal3271230.740.9400.52252.9389.2325.49
Hex2077B4A5E034fd5919
Octal40717311213606437513131
Binary100000111111101110010101011110011010011111101101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20077B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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