Html Css Color HEX #200978 Persian Indigo

📋 copy color: '#200978'

red 32 ◦ green 9 ◦ blue 120

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

Shades of Persian Indigo #200978

Tints of Persian Indigo #200978

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 74.53%

R = 19.88%
G = 5.59%
B = 74.53%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#200978 (or 0x200978) is known color: Persian Indigo. HEX triplet: 20, 09 and 78. RGB value is (32,9,120). Sum of RGB (Red+Green+Blue) = 32+9+120=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 9 (3.91% from 255 or 5.59% from 161); Blue value is 120 (47.27% from 255 or 74.53% from 161); Max value from RGB is 120 - color contains mainly: blue. Hex color #200978 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200978 is #DFF687. Grayscale: #1C1C1C. Windows color (decimal): -14677640 or 7866656. OLE color: 7866656.

HSL color Cylindrical-coordinate representation of color #200978: hue angle of 252.43º 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 #200978 is Cyan = 0.73, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB 32 9 120 -
CMYK 0.73 0.92 0 0.53
HSL 252.43º 0.86% 0.25% -
HSV(B) 252.43º 0.93% 0.47% -
XYZ 4.08 1.86 17.91 -
YUV 28.53 179.62 130.47 -
System Red Green Blue C M Y K H S L
Decimal 32 9 120 0.73 0.92 0 0.53 252.43 0.86 0.25
Hex 20 9 78 49 5C 0 35 FC 56 19
Octal 40 11 170 111 134 0 65 374 126 31
Binary 100000 1001 1111000 1001001 1011100 0 110101 11111100 1010110 11001

Color Harmonies of #200978

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200978

Black with #200978

Text Example


Text Example

White with #200978

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200978; }

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

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

background-color css

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

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

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

border-color css

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

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

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