Html Css Color HEX #500162 Indigo

📋 copy color: '#500162'

red 80 ◦ green 1 ◦ blue 98

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

Shades of Indigo #500162

Tints of Indigo #500162

RGB

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

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

 BLUE value IS 98 (38.67% from 255) = 54.75%

R = 44.69%
G = 0.56%
B = 54.75%

CMYK

 C value IS 0.18

 M value IS 0.99

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#500162 (or 0x500162) is known color: Indigo. HEX triplet: 50, 01 and 62. RGB value is (80,1,98). Sum of RGB (Red+Green+Blue) = 80+1+98=179 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.69% from 179); Green value is 1 (0.78% from 255 or 0.56% from 179); Blue value is 98 (38.67% from 255 or 54.75% from 179); Max value from RGB is 98 - color contains mainly: blue. Hex color #500162 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500162 is #AFFE9D. Grayscale: #232323. Windows color (decimal): -11533982 or 6422864. OLE color: 6422864.

HSL color Cylindrical-coordinate representation of color #500162: hue angle of 288.87º degrees, saturation: 0.98, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #500162 is Cyan = 0.18, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 1 98 -
CMYK 0.18 0.99 0 0.62
HSL 288.87º 0.98% 0.19% -
HSV(B) 288.87º 0.99% 0.38% -
XYZ 5.52 2.61 11.77 -
YUV 35.68 163.17 159.61 -
System Red Green Blue C M Y K H S L
Decimal 80 1 98 0.18 0.99 0 0.62 288.87 0.98 0.19
Hex 50 1 62 12 63 0 3E 121 62 13
Octal 120 1 142 22 143 0 76 441 142 23
Binary 1010000 1 1100010 10010 1100011 0 111110 100100001 1100010 10011

Color Harmonies of #500162

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500162

Black with #500162

Text Example


Text Example

White with #500162

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500162; }

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

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

background-color css

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

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

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

border-color css

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

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

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