Html Css Color HEX #500460 Indigo

📋 copy color: '#500460'

red 80 ◦ green 4 ◦ blue 96

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

Shades of Indigo #500460

Tints of Indigo #500460

RGB

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

 GREEN value IS 4 (1.95% from 255) = 2.22%

 BLUE value IS 96 (37.89% from 255) = 53.33%

R = 44.44%
G = 2.22%
B = 53.33%

CMYK

 C value IS 0.17

 M value IS 0.96

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#500460 (or 0x500460) is known color: Indigo. HEX triplet: 50, 04 and 60. RGB value is (80,4,96). Sum of RGB (Red+Green+Blue) = 80+4+96=180 (23% of max value = 765). Red value is 80 (31.64% from 255 or 44.44% from 180); Green value is 4 (1.95% from 255 or 2.22% from 180); Blue value is 96 (37.89% from 255 or 53.33% from 180); Max value from RGB is 96 - color contains mainly: blue. Hex color #500460 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #500460 is #AFFB9F. Grayscale: #242424. Windows color (decimal): -11533216 or 6292560. OLE color: 6292560.

HSL color Cylindrical-coordinate representation of color #500460: hue angle of 289.57º degrees, saturation: 0.92, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #500460 is Cyan = 0.17, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 80 4 96 -
CMYK 0.17 0.96 0 0.62
HSL 289.57º 0.92% 0.2% -
HSV(B) 289.57º 0.96% 0.38% -
XYZ 5.46 2.64 11.29 -
YUV 37.21 161.18 158.52 -
System Red Green Blue C M Y K H S L
Decimal 80 4 96 0.17 0.96 0 0.62 289.57 0.92 0.2
Hex 50 4 60 11 60 0 3E 122 5C 14
Octal 120 4 140 21 140 0 76 442 134 24
Binary 1010000 100 1100000 10001 1100000 0 111110 100100010 1011100 10100

Color Harmonies of #500460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500460

Black with #500460

Text Example


Text Example

White with #500460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500460; }

 p { color: rgb(80,4,96); }

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

background-color css

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

 a { background-color: rgb(80,4,96); }

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

border-color css

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

 span { border-color: rgb(80,4,96); }

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