Html Css Color HEX #200876 Persian Indigo

📋 copy color: '#200876'

red 32 ◦ green 8 ◦ blue 118

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

Shades of Persian Indigo #200876

Tints of Persian Indigo #200876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 74.68%

R = 20.25%
G = 5.06%
B = 74.68%

CMYK

 C value IS 0.73

 M value IS 0.93

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200876 (or 0x200876) is known color: Persian Indigo. HEX triplet: 20, 08 and 76. RGB value is (32,8,118). Sum of RGB (Red+Green+Blue) = 32+8+118=158 (20% of max value = 765). Red value is 32 (12.89% from 255 or 20.25% from 158); Green value is 8 (3.52% from 255 or 5.06% from 158); Blue value is 118 (46.48% from 255 or 74.68% from 158); Max value from RGB is 118 - color contains mainly: blue. Hex color #200876 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200876 is #DFF789. Grayscale: #1B1B1B. Windows color (decimal): -14677898 or 7735328. OLE color: 7735328.

HSL color Cylindrical-coordinate representation of color #200876: hue angle of 253.09º degrees, saturation: 0.87, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #200876 is Cyan = 0.73, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 32 8 118 -
CMYK 0.73 0.93 0 0.54
HSL 253.09º 0.87% 0.25% -
HSV(B) 253.09º 0.93% 0.46% -
XYZ 3.95 1.79 17.28 -
YUV 27.72 178.95 131.06 -
System Red Green Blue C M Y K H S L
Decimal 32 8 118 0.73 0.93 0 0.54 253.09 0.87 0.25
Hex 20 8 76 49 5D 0 36 FD 57 19
Octal 40 10 166 111 135 0 66 375 127 31
Binary 100000 1000 1110110 1001001 1011101 0 110110 11111101 1010111 11001

Color Harmonies of #200876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200876

Black with #200876

Text Example


Text Example

White with #200876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200876; }

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

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

background-color css

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

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

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

border-color css

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

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

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