Html Css Color HEX #20005E Persian Indigo

📋 copy color: '#20005E'

red 32 ◦ green 0 ◦ blue 94

#20005E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Persian Indigo #20005E

Tints of Persian Indigo #20005E

RGB

 RED value IS 32 (12.89% from 255) = 25.4%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 94 (37.11% from 255) = 74.6%

R = 25.4%
G = 0%
B = 74.6%

CMYK

 C value IS 0.66

 M value IS 1

 Y value IS 0

 K value IS 0.63

RGB Variations

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

Color information

#20005E (or 0x20005E) is known color: Persian Indigo. HEX triplet: 20, 00 and 5E. RGB value is (32,0,94). Sum of RGB (Red+Green+Blue) = 32+0+94=126 (16% of max value = 765). Red value is 32 (12.89% from 255 or 25.40% from 126); Green value is 0 (0.39% from 255 or 0% from 126); Blue value is 94 (37.11% from 255 or 74.60% from 126); Max value from RGB is 94 - color contains mainly: blue. Hex color #20005E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20005E is #DFFFA1. Grayscale: #131313. Windows color (decimal): -14679970 or 6160416. OLE color: 6160416.

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

Color convert

RGB 32 0 94 -
CMYK 0.66 1 0 0.63
HSL 260.43º 1% 0.18% -
HSV(B) 260.43º 1% 0.37% -
XYZ 2.62 1.12 10.67 -
YUV 20.28 169.6 136.36 -
System Red Green Blue C M Y K H S L
Decimal 32 0 94 0.66 1 0 0.63 260.43 1 0.18
Hex 20 0 5E 42 64 0 3F 104 64 12
Octal 40 0 136 102 144 0 77 404 144 22
Binary 100000 0 1011110 1000010 1100100 0 111111 100000100 1100100 10010

Color Harmonies of #20005E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20005E

Black with #20005E

Text Example


Text Example

White with #20005E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #20005E;
 }
 .AnyTagClassName
 {
   color: #20005E;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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