#20035E

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

Shades of Persian Indigo #20035E

Tints of Persian Indigo #20035E

Color information

#20035E (or 0x20035E) is unknown color: approx Persian Indigo. HEX triplet: 20, 03 and 5E. RGB value is (32,3,94). Sum of RGB (Red+Green+Blue) = 32+3+94=129 (17% of max value = 765). Red value is 32 (12.89% from 255 or 24.81% from 129); Green value is 3 (1.56% from 255 or 2.33% from 129); Blue value is 94 (37.11% from 255 or 72.87% from 129); Max value from RGB is 94 - color contains mainly: blue. Hex color #20035E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20035E is #DFFCA1. Grayscale: #151515. Windows color (decimal): -14679202 or 6161184. OLE color: 6161184.

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

Color convert

RGB32394-
CMYK0.660.9700.63
HSL259.12º93.81%19.02%-
HSV(B)259.12º96.81%36.86%-
XYZ2.651.1810.68-
YUV22.04168.61135.1-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 24.81%
GREEN value IS 3 (1.56% from 255) = 2.33%
BLUE value IS 94 (37.11% from 255) = 72.87%
R=24.81%
G=2.33%
B=72.87%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0.97
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal323940.660.9700.63259.1293.8119.02
Hex2035E426103F1035e13
Octal40313610214107740313623
Binary100000111011110100001011000010111111100000011101111010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20035E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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