Html Css Color HEX #200878 Persian Indigo

📋 copy color: '#200878'

red 32 ◦ green 8 ◦ blue 120

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

Shades of Persian Indigo #200878

Tints of Persian Indigo #200878

RGB

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

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

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

R = 20%
G = 5%
B = 75%

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

#200878 (or 0x200878) is known color: Persian Indigo. HEX triplet: 20, 08 and 78. RGB value is (32,8,120). Sum of RGB (Red+Green+Blue) = 32+8+120=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 8 (3.52% from 255 or 5% from 160); Blue value is 120 (47.27% from 255 or 75% from 160); Max value from RGB is 120 - color contains mainly: blue. Hex color #200878 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200878 is #DFF787. Grayscale: #1B1B1B. Windows color (decimal): -14677896 or 7866400. OLE color: 7866400.

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

Color convert

RGB 32 8 120 -
CMYK 0.73 0.93 0 0.53
HSL 252.86º 0.88% 0.25% -
HSV(B) 252.86º 0.93% 0.47% -
XYZ 4.07 1.84 17.91 -
YUV 27.94 179.95 130.89 -
System Red Green Blue C M Y K H S L
Decimal 32 8 120 0.73 0.93 0 0.53 252.86 0.88 0.25
Hex 20 8 78 49 5D 0 35 FD 58 19
Octal 40 10 170 111 135 0 65 375 130 31
Binary 100000 1000 1111000 1001001 1011101 0 110101 11111101 1011000 11001

Color Harmonies of #200878

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200878

Black with #200878

Text Example


Text Example

White with #200878

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200878; }

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

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

background-color css

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

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

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

border-color css

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

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

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