Html Css Color HEX #200076 Persian Indigo

📋 copy color: '#200076'

red 32 ◦ green 0 ◦ blue 118

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

Shades of Persian Indigo #200076

Tints of Persian Indigo #200076

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 21.33%
G = 0%
B = 78.67%

CMYK

 C value IS 0.73

 M value IS 1

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#200076 (or 0x200076) is known color: Persian Indigo. HEX triplet: 20, 00 and 76. RGB value is (32,0,118). Sum of RGB (Red+Green+Blue) = 32+0+118=150 (19% of max value = 765). Red value is 32 (12.89% from 255 or 21.33% from 150); Green value is 0 (0.39% from 255 or 0% from 150); Blue value is 118 (46.48% from 255 or 78.67% from 150); Max value from RGB is 118 - color contains mainly: blue. Hex color #200076 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #200076 is #DFFF89. Grayscale: #161616. Windows color (decimal): -14679946 or 7733280. OLE color: 7733280.

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

Color convert

RGB 32 0 118 -
CMYK 0.73 1 0 0.54
HSL 256.27º 1% 0.23% -
HSV(B) 256.27º 1% 0.46% -
XYZ 3.87 1.62 17.25 -
YUV 23.02 181.6 134.41 -
System Red Green Blue C M Y K H S L
Decimal 32 0 118 0.73 1 0 0.54 256.27 1 0.23
Hex 20 0 76 49 64 0 36 100 64 17
Octal 40 0 166 111 144 0 66 400 144 27
Binary 100000 0 1110110 1001001 1100100 0 110110 100000000 1100100 10111

Color Harmonies of #200076

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200076

Black with #200076

Text Example


Text Example

White with #200076

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200076; }

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

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

background-color css

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

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

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

border-color css

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

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

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