Html Css Color HEX #500070 Indigo

📋 copy color: '#500070'

red 80 ◦ green 0 ◦ blue 112

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

Shades of Indigo #500070

Tints of Indigo #500070

RGB

 RED value IS 80 (31.64% from 255) = 41.67%

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

 BLUE value IS 112 (44.14% from 255) = 58.33%

R = 41.67%
G = 0%
B = 58.33%

CMYK

 C value IS 0.29

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#500070 (or 0x500070) is known color: Indigo. HEX triplet: 50, 00 and 70. RGB value is (80,0,112). Sum of RGB (Red+Green+Blue) = 80+0+112=192 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.67% from 192); Green value is 0 (0.39% from 255 or 0% from 192); Blue value is 112 (44.14% from 255 or 58.33% from 192); Max value from RGB is 112 - color contains mainly: blue. Hex color #500070 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500070 is #AFFF8F. Grayscale: #242424. Windows color (decimal): -11534224 or 7340112. OLE color: 7340112.

HSL color Cylindrical-coordinate representation of color #500070: hue angle of 282.86º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #500070 is Cyan = 0.29, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 80 0 112 -
CMYK 0.29 1 0 0.56
HSL 282.86º 1% 0.22% -
HSV(B) 282.86º 1% 0.44% -
XYZ 6.23 2.88 15.56 -
YUV 36.69 170.5 158.89 -
System Red Green Blue C M Y K H S L
Decimal 80 0 112 0.29 1 0 0.56 282.86 1 0.22
Hex 50 0 70 1D 64 0 38 11B 64 16
Octal 120 0 160 35 144 0 70 433 144 26
Binary 1010000 0 1110000 11101 1100100 0 111000 100011011 1100100 10110

Color Harmonies of #500070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500070

Black with #500070

Text Example


Text Example

White with #500070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500070; }

 p { color: rgb(80,0,112); }

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

background-color css

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

 a { background-color: rgb(80,0,112); }

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

border-color css

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

 span { border-color: rgb(80,0,112); }

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