Html Css Color HEX #20086D Persian Indigo

📋 copy color: '#20086D'

red 32 ◦ green 8 ◦ blue 109

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

Shades of Persian Indigo #20086D

Tints of Persian Indigo #20086D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 5.37%

 BLUE value IS 109 (42.97% from 255) = 73.15%

R = 21.48%
G = 5.37%
B = 73.15%

CMYK

 C value IS 0.71

 M value IS 0.93

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#20086D (or 0x20086D) is known color: Persian Indigo. HEX triplet: 20, 08 and 6D. RGB value is (32,8,109). Sum of RGB (Red+Green+Blue) = 32+8+109=149 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.48% from 149); Green value is 8 (3.52% from 255 or 5.37% from 149); Blue value is 109 (42.97% from 255 or 73.15% from 149); Max value from RGB is 109 - color contains mainly: blue. Hex color #20086D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #20086D is #DFF792. Grayscale: #1A1A1A. Windows color (decimal): -14677907 or 7145504. OLE color: 7145504.

HSL color Cylindrical-coordinate representation of color #20086D: hue angle of 254.26º degrees, saturation: 0.86, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #20086D is Cyan = 0.71, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 32 8 109 -
CMYK 0.71 0.93 0 0.57
HSL 254.26º 0.86% 0.23% -
HSV(B) 254.26º 0.93% 0.43% -
XYZ 3.44 1.58 14.59 -
YUV 26.69 174.45 131.79 -
System Red Green Blue C M Y K H S L
Decimal 32 8 109 0.71 0.93 0 0.57 254.26 0.86 0.23
Hex 20 8 6D 47 5D 0 39 FE 56 17
Octal 40 10 155 107 135 0 71 376 126 27
Binary 100000 1000 1101101 1000111 1011101 0 111001 11111110 1010110 10111

Color Harmonies of #20086D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #20086D

Black with #20086D

Text Example


Text Example

White with #20086D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #20086D; }

 p { color: rgb(32,8,109); }

 H1.HeaderClassName
 {
   color: #20086D;
 }
 .AnyTagClassName
 {
   color: #20086D;
 }
</style>

background-color css

<style>
 a { background-color: #20086D; }

 a { background-color: rgb(32,8,109); }

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

border-color css

<style>
 span { border-color: #20086D; }

 span { border-color: rgb(32,8,109); }

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