#20075E

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

Shades of Persian Indigo #20075E

Tints of Persian Indigo #20075E

Color information

#20075E (or 0x20075E) is unknown color: approx Persian Indigo. HEX triplet: 20, 07 and 5E. RGB value is (32,7,94). Sum of RGB (Red+Green+Blue) = 32+7+94=133 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.06% from 133); Green value is 7 (3.12% from 255 or 5.26% from 133); Blue value is 94 (37.11% from 255 or 70.68% from 133); Max value from RGB is 94 - color contains mainly: blue. Hex color #20075E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20075E is #DFF8A1. Grayscale: #181818. Windows color (decimal): -14678178 or 6162208. OLE color: 6162208.

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

Color convert

RGB32794-
CMYK0.660.9300.63
HSL257.24º86.14%19.8%-
HSV(B)257.24º92.55%36.86%-
XYZ2.691.2710.69-
YUV24.39167.28133.43-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.06%
GREEN value IS 7 (3.12% from 255) = 5.26%
BLUE value IS 94 (37.11% from 255) = 70.68%
R=24.06%
G=5.26%
B=70.68%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.93
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal327940.660.9300.63257.2486.1419.8
Hex2075E425D03F1015614
Octal40713610213507740112624
Binary1000001111011110100001010111010111111100000001101011010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20075E; }

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

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

<style>
 a { background-color: #20075E; }

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

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

<style>
 span { border-color: #20075E; }

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

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