Html Css Color HEX #200877 Persian Indigo

📋 copy color: '#200877'

red 32 ◦ green 8 ◦ blue 119

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

Shades of Persian Indigo #200877

Tints of Persian Indigo #200877

RGB

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

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

 BLUE value IS 119 (46.88% from 255) = 74.84%

R = 20.13%
G = 5.03%
B = 74.84%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#200877 (or 0x200877) is known color: Persian Indigo. HEX triplet: 20, 08 and 77. RGB value is (32,8,119). Sum of RGB (Red+Green+Blue) = 32+8+119=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 8 (3.52% from 255 or 5.03% from 159); Blue value is 119 (46.88% from 255 or 74.84% from 159); Max value from RGB is 119 - color contains mainly: blue. Hex color #200877 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200877 is #DFF788. Grayscale: #1B1B1B. Windows color (decimal): -14677897 or 7800864. OLE color: 7800864.

HSL color Cylindrical-coordinate representation of color #200877: hue angle of 252.97º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200877 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 8 119 -
CMYK 0.73 0.93 0 0.53
HSL 252.97º 0.87% 0.25% -
HSV(B) 252.97º 0.93% 0.47% -
XYZ 4.01 1.81 17.59 -
YUV 27.83 179.45 130.97 -
System Red Green Blue C M Y K H S L
Decimal 32 8 119 0.73 0.93 0 0.53 252.97 0.87 0.25
Hex 20 8 77 49 5D 0 35 FD 57 19
Octal 40 10 167 111 135 0 65 375 127 31
Binary 100000 1000 1110111 1001001 1011101 0 110101 11111101 1010111 11001

Color Harmonies of #200877

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200877

Black with #200877

Text Example


Text Example

White with #200877

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200877; }

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

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

background-color css

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

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

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

border-color css

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

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

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