Html Css Color HEX #200778 Persian Indigo

📋 copy color: '#200778'

red 32 ◦ green 7 ◦ blue 120

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

Shades of Persian Indigo #200778

Tints of Persian Indigo #200778

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.4%

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

R = 20.13%
G = 4.4%
B = 75.47%

CMYK

 C value IS 0.73

 M value IS 0.94

 Y value IS 0

 K value IS 0.53

RGB Variations

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

Color information

#200778 (or 0x200778) is known color: Persian Indigo. HEX triplet: 20, 07 and 78. RGB value is (32,7,120). Sum of RGB (Red+Green+Blue) = 32+7+120=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 7 (3.12% from 255 or 4.40% from 159); Blue value is 120 (47.27% from 255 or 75.47% from 159); Max value from RGB is 120 - color contains mainly: blue. Hex color #200778 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200778 is #DFF887. Grayscale: #1A1A1A. Windows color (decimal): -14678152 or 7866144. OLE color: 7866144.

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

Color convert

RGB 32 7 120 -
CMYK 0.73 0.94 0 0.53
HSL 253.27º 0.89% 0.25% -
HSV(B) 253.27º 0.94% 0.47% -
XYZ 4.06 1.82 17.91 -
YUV 27.36 180.28 131.31 -
System Red Green Blue C M Y K H S L
Decimal 32 7 120 0.73 0.94 0 0.53 253.27 0.89 0.25
Hex 20 7 78 49 5E 0 35 FD 59 19
Octal 40 7 170 111 136 0 65 375 131 31
Binary 100000 111 1111000 1001001 1011110 0 110101 11111101 1011001 11001

Color Harmonies of #200778

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200778

Black with #200778

Text Example


Text Example

White with #200778

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200778; }

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

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

background-color css

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

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

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

border-color css

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

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

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