Html Css Color HEX #200080 Persian Indigo

📋 copy color: '#200080'

red 32 ◦ green 0 ◦ blue 128

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

Shades of Persian Indigo #200080

Tints of Persian Indigo #200080

RGB

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

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

 BLUE value IS 128 (50.39% from 255) = 80%

R = 20%
G = 0%
B = 80%

CMYK

 C value IS 0.75

 M value IS 1

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#200080 (or 0x200080) is known color: Persian Indigo. HEX triplet: 20, 00 and 80. RGB value is (32,0,128). Sum of RGB (Red+Green+Blue) = 32+0+128=160 (21% of max value = 765). Red value is 32 (12.89% from 255 or 20% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 128 (50.39% from 255 or 80% from 160); Max value from RGB is 128 - color contains mainly: blue. Hex color #200080 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200080 is #DFFF7F. Grayscale: #171717. Windows color (decimal): -14679936 or 8388640. OLE color: 8388640.

HSL color Cylindrical-coordinate representation of color #200080: hue angle of 255º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 1%. Process color model (Four color, CMYK) of #200080 is Cyan = 0.75, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 32 0 128 -
CMYK 0.75 1 0 0.50
HSL 255º 1% 0.25% -
HSV(B) 255º 1% 0.5% -
XYZ 4.49 1.87 20.55 -
YUV 24.16 186.6 133.59 -
System Red Green Blue C M Y K H S L
Decimal 32 0 128 0.75 1 0 0.50 255 1 0.25
Hex 20 0 80 4B 64 0 32 FF 64 19
Octal 40 0 200 113 144 0 62 377 144 31
Binary 100000 0 10000000 1001011 1100100 0 110010 11111111 1100100 11001

Color Harmonies of #200080

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200080

Black with #200080

Text Example


Text Example

White with #200080

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200080; }

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

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

background-color css

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

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

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

border-color css

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

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

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