Html Css Color HEX #200176 Persian Indigo

📋 copy color: '#200176'

red 32 ◦ green 1 ◦ blue 118

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

Shades of Persian Indigo #200176

Tints of Persian Indigo #200176

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.66%

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

R = 21.19%
G = 0.66%
B = 78.15%

CMYK

 C value IS 0.73

 M value IS 0.99

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200176 (or 0x200176) is known color: Persian Indigo. HEX triplet: 20, 01 and 76. RGB value is (32,1,118). Sum of RGB (Red+Green+Blue) = 32+1+118=151 (20% of max value = 765). Red value is 32 (12.89% from 255 or 21.19% from 151); Green value is 1 (0.78% from 255 or 0.66% from 151); Blue value is 118 (46.48% from 255 or 78.15% from 151); Max value from RGB is 118 - color contains mainly: blue. Hex color #200176 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200176 is #DFFE89. Grayscale: #171717. Windows color (decimal): -14679690 or 7733536. OLE color: 7733536.

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

Color convert

RGB 32 1 118 -
CMYK 0.73 0.99 0 0.54
HSL 255.9º 0.98% 0.23% -
HSV(B) 255.9º 0.99% 0.46% -
XYZ 3.88 1.64 17.25 -
YUV 23.61 181.27 133.99 -
System Red Green Blue C M Y K H S L
Decimal 32 1 118 0.73 0.99 0 0.54 255.9 0.98 0.23
Hex 20 1 76 49 63 0 36 100 62 17
Octal 40 1 166 111 143 0 66 400 142 27
Binary 100000 1 1110110 1001001 1100011 0 110110 100000000 1100010 10111

Color Harmonies of #200176

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200176

Black with #200176

Text Example


Text Example

White with #200176

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200176; }

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

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

background-color css

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

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

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

border-color css

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

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

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