Html Css Color HEX #500996 Indigo

📋 copy color: '#500996'

red 80 ◦ green 9 ◦ blue 150

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

Shades of Indigo #500996

Tints of Indigo #500996

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.77%

 BLUE value IS 150 (58.98% from 255) = 62.76%

R = 33.47%
G = 3.77%
B = 62.76%

CMYK

 C value IS 0.47

 M value IS 0.94

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#500996 (or 0x500996) is known color: Indigo. HEX triplet: 50, 09 and 96. RGB value is (80,9,150). Sum of RGB (Red+Green+Blue) = 80+9+150=239 (31% of max value = 765). Red value is 80 (31.64% from 255 or 33.47% from 239); Green value is 9 (3.91% from 255 or 3.77% from 239); Blue value is 150 (58.98% from 255 or 62.76% from 239); Max value from RGB is 150 - color contains mainly: blue. Hex color #500996 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #500996 is #AFF669. Grayscale: #2D2D2D. Windows color (decimal): -11531882 or 9832784. OLE color: 9832784.

HSL color Cylindrical-coordinate representation of color #500996: hue angle of 270.21º degrees, saturation: 0.89, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #500996 is Cyan = 0.47, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 80 9 150 -
CMYK 0.47 0.94 0 0.41
HSL 270.21º 0.89% 0.31% -
HSV(B) 270.21º 0.94% 0.59% -
XYZ 8.91 4.1 29.18 -
YUV 46.3 186.52 152.04 -
System Red Green Blue C M Y K H S L
Decimal 80 9 150 0.47 0.94 0 0.41 270.21 0.89 0.31
Hex 50 9 96 2F 5E 0 29 10E 59 1F
Octal 120 11 226 57 136 0 51 416 131 37
Binary 1010000 1001 10010110 101111 1011110 0 101001 100001110 1011001 11111

Color Harmonies of #500996

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #500996

Black with #500996

Text Example


Text Example

White with #500996

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #500996; }

 p { color: rgb(80,9,150); }

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

background-color css

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

 a { background-color: rgb(80,9,150); }

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

border-color css

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

 span { border-color: rgb(80,9,150); }

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