Html Css Color HEX #200979 Persian Indigo

📋 copy color: '#200979'

red 32 ◦ green 9 ◦ blue 121

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

Shades of Persian Indigo #200979

Tints of Persian Indigo #200979

RGB

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

 GREEN value IS 9 (3.91% from 255) = 5.56%

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

R = 19.75%
G = 5.56%
B = 74.69%

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

#200979 (or 0x200979) is known color: Persian Indigo. HEX triplet: 20, 09 and 79. RGB value is (32,9,121). Sum of RGB (Red+Green+Blue) = 32+9+121=162 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.75% from 162); Green value is 9 (3.91% from 255 or 5.56% from 162); Blue value is 121 (47.66% from 255 or 74.69% from 162); Max value from RGB is 121 - color contains mainly: blue. Hex color #200979 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200979 is #DFF686. Grayscale: #1C1C1C. Windows color (decimal): -14677639 or 7932192. OLE color: 7932192.

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

Color convert

RGB 32 9 121 -
CMYK 0.74 0.93 0 0.53
HSL 252.32º 0.86% 0.25% -
HSV(B) 252.32º 0.93% 0.47% -
XYZ 4.14 1.88 18.23 -
YUV 28.65 180.12 130.39 -
System Red Green Blue C M Y K H S L
Decimal 32 9 121 0.74 0.93 0 0.53 252.32 0.86 0.25
Hex 20 9 79 4A 5D 0 35 FC 56 19
Octal 40 11 171 112 135 0 65 374 126 31
Binary 100000 1001 1111001 1001010 1011101 0 110101 11111100 1010110 11001

Color Harmonies of #200979

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200979

Black with #200979

Text Example


Text Example

White with #200979

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200979; }

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

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

background-color css

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

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

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

border-color css

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

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

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