Html Css Color HEX #200879 Persian Indigo

📋 copy color: '#200879'

red 32 ◦ green 8 ◦ blue 121

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

Shades of Persian Indigo #200879

Tints of Persian Indigo #200879

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 75.16%

R = 19.88%
G = 4.97%
B = 75.16%

CMYK

 C value IS 0.74

 M value IS 0.93

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#200879 (or 0x200879) is known color: Persian Indigo. HEX triplet: 20, 08 and 79. RGB value is (32,8,121). Sum of RGB (Red+Green+Blue) = 32+8+121=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 8 (3.52% from 255 or 4.97% from 161); Blue value is 121 (47.66% from 255 or 75.16% from 161); Max value from RGB is 121 - color contains mainly: blue. Hex color #200879 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200879 is #DFF786. Grayscale: #1B1B1B. Windows color (decimal): -14677895 or 7931936. OLE color: 7931936.

HSL color Cylindrical-coordinate representation of color #200879: hue angle of 252.74º degrees, saturation: 0.88, 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 #200879 is Cyan = 0.74, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 8 121 -
CMYK 0.74 0.93 0 0.53
HSL 252.74º 0.88% 0.25% -
HSV(B) 252.74º 0.93% 0.47% -
XYZ 4.13 1.86 18.23 -
YUV 28.06 180.45 130.81 -
System Red Green Blue C M Y K H S L
Decimal 32 8 121 0.74 0.93 0 0.53 252.74 0.88 0.25
Hex 20 8 79 4A 5D 0 35 FD 58 19
Octal 40 10 171 112 135 0 65 375 130 31
Binary 100000 1000 1111001 1001010 1011101 0 110101 11111101 1011000 11001

Color Harmonies of #200879

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200879

Black with #200879

Text Example


Text Example

White with #200879

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200879; }

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

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

background-color css

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

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

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

border-color css

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

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

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