Html Css Color HEX #500170 Indigo

📋 copy color: '#500170'

red 80 ◦ green 1 ◦ blue 112

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

Shades of Indigo #500170

Tints of Indigo #500170

RGB

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

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

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

R = 41.45%
G = 0.52%
B = 58.03%

CMYK

 C value IS 0.29

 M value IS 0.99

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#500170 (or 0x500170) is known color: Indigo. HEX triplet: 50, 01 and 70. RGB value is (80,1,112). Sum of RGB (Red+Green+Blue) = 80+1+112=193 (25% of max value = 765). Red value is 80 (31.64% from 255 or 41.45% from 193); Green value is 1 (0.78% from 255 or 0.52% from 193); Blue value is 112 (44.14% from 255 or 58.03% from 193); Max value from RGB is 112 - color contains mainly: blue. Hex color #500170 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500170 is #AFFE8F. Grayscale: #242424. Windows color (decimal): -11533968 or 7340368. OLE color: 7340368.

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

Color convert

RGB 80 1 112 -
CMYK 0.29 0.99 0 0.56
HSL 282.7º 0.98% 0.22% -
HSV(B) 282.7º 0.99% 0.44% -
XYZ 6.24 2.9 15.56 -
YUV 37.28 170.17 158.47 -
System Red Green Blue C M Y K H S L
Decimal 80 1 112 0.29 0.99 0 0.56 282.7 0.98 0.22
Hex 50 1 70 1D 63 0 38 11B 62 16
Octal 120 1 160 35 143 0 70 433 142 26
Binary 1010000 1 1110000 11101 1100011 0 111000 100011011 1100010 10110

Color Harmonies of #500170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500170

Black with #500170

Text Example


Text Example

White with #500170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500170; }

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

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

background-color css

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

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

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

border-color css

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

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

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