Html Css Color HEX #200976 Persian Indigo

📋 copy color: '#200976'

red 32 ◦ green 9 ◦ blue 118

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

Shades of Persian Indigo #200976

Tints of Persian Indigo #200976

RGB

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

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

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

R = 20.13%
G = 5.66%
B = 74.21%

CMYK

 C value IS 0.73

 M value IS 0.92

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200976 (or 0x200976) is known color: Persian Indigo. HEX triplet: 20, 09 and 76. RGB value is (32,9,118). Sum of RGB (Red+Green+Blue) = 32+9+118=159 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20.13% from 159); Green value is 9 (3.91% from 255 or 5.66% from 159); Blue value is 118 (46.48% from 255 or 74.21% from 159); Max value from RGB is 118 - color contains mainly: blue. Hex color #200976 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200976 is #DFF689. Grayscale: #1B1B1B. Windows color (decimal): -14677642 or 7735584. OLE color: 7735584.

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

Color convert

RGB 32 9 118 -
CMYK 0.73 0.92 0 0.54
HSL 252.66º 0.86% 0.25% -
HSV(B) 252.66º 0.92% 0.46% -
XYZ 3.96 1.81 17.28 -
YUV 28.3 178.62 130.64 -
System Red Green Blue C M Y K H S L
Decimal 32 9 118 0.73 0.92 0 0.54 252.66 0.86 0.25
Hex 20 9 76 49 5C 0 36 FD 56 19
Octal 40 11 166 111 134 0 66 375 126 31
Binary 100000 1001 1110110 1001001 1011100 0 110110 11111101 1010110 11001

Color Harmonies of #200976

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200976

Black with #200976

Text Example


Text Example

White with #200976

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200976; }

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

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

background-color css

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

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

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

border-color css

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

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

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