Html Css Color HEX #200780 Persian Indigo

📋 copy color: '#200780'

red 32 ◦ green 7 ◦ blue 128

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

Shades of Persian Indigo #200780

Tints of Persian Indigo #200780

RGB

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

 GREEN value IS 7 (3.13% from 255) = 4.19%

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

R = 19.16%
G = 4.19%
B = 76.65%

CMYK

 C value IS 0.75

 M value IS 0.95

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#200780 (or 0x200780) is known color: Persian Indigo. HEX triplet: 20, 07 and 80. RGB value is (32,7,128). Sum of RGB (Red+Green+Blue) = 32+7+128=167 (22% of max value = 765). Red value is 32 (12.89% from 255 or 19.16% from 167); Green value is 7 (3.12% from 255 or 4.19% from 167); Blue value is 128 (50.39% from 255 or 76.65% from 167); Max value from RGB is 128 - color contains mainly: blue. Hex color #200780 is not a web safe color. Web safe color analog (approx): #330099. Inversed color of #200780 is #DFF87F. Grayscale: #1B1B1B. Windows color (decimal): -14678144 or 8390432. OLE color: 8390432.

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

Color convert

RGB 32 7 128 -
CMYK 0.75 0.95 0 0.50
HSL 252.4º 0.9% 0.26% -
HSV(B) 252.4º 0.95% 0.5% -
XYZ 4.57 2.02 20.57 -
YUV 28.27 184.28 130.66 -
System Red Green Blue C M Y K H S L
Decimal 32 7 128 0.75 0.95 0 0.50 252.4 0.9 0.26
Hex 20 7 80 4B 5F 0 32 FC 5A 1A
Octal 40 7 200 113 137 0 62 374 132 32
Binary 100000 111 10000000 1001011 1011111 0 110010 11111100 1011010 11010

Color Harmonies of #200780

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #200780

Black with #200780

Text Example


Text Example

White with #200780

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #200780; }

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

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

background-color css

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

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

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

border-color css

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

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

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