Html Css Color HEX #200180 Persian Indigo

📋 copy color: '#200180'

red 32 ◦ green 1 ◦ blue 128

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

Shades of Persian Indigo #200180

Tints of Persian Indigo #200180

RGB

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

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

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

R = 19.88%
G = 0.62%
B = 79.5%

CMYK

 C value IS 0.75

 M value IS 0.99

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#200180 (or 0x200180) is known color: Persian Indigo. HEX triplet: 20, 01 and 80. RGB value is (32,1,128). Sum of RGB (Red+Green+Blue) = 32+1+128=161 (21% of max value = 765). Red value is 32 (12.89% from 255 or 19.88% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 128 (50.39% from 255 or 79.50% from 161); Max value from RGB is 128 - color contains mainly: blue. Hex color #200180 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200180 is #DFFE7F. Grayscale: #181818. Windows color (decimal): -14679680 or 8388896. OLE color: 8388896.

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

Color convert

RGB 32 1 128 -
CMYK 0.75 0.99 0 0.50
HSL 254.65º 0.98% 0.25% -
HSV(B) 254.65º 0.99% 0.5% -
XYZ 4.5 1.89 20.55 -
YUV 24.75 186.27 133.17 -
System Red Green Blue C M Y K H S L
Decimal 32 1 128 0.75 0.99 0 0.50 254.65 0.98 0.25
Hex 20 1 80 4B 63 0 32 FF 62 19
Octal 40 1 200 113 143 0 62 377 142 31
Binary 100000 1 10000000 1001011 1100011 0 110010 11111111 1100010 11001

Color Harmonies of #200180

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200180

Black with #200180

Text Example


Text Example

White with #200180

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200180; }

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

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

background-color css

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

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

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

border-color css

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

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

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