Html Css Color HEX #501296 Indigo

📋 copy color: '#501296'

red 80 ◦ green 18 ◦ blue 150

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

Shades of Indigo #501296

Tints of Indigo #501296

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.26%

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

R = 32.26%
G = 7.26%
B = 60.48%

CMYK

 C value IS 0.47

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#501296 (or 0x501296) is known color: Indigo. HEX triplet: 50, 12 and 96. RGB value is (80,18,150). Sum of RGB (Red+Green+Blue) = 80+18+150=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 18 (7.42% from 255 or 7.26% from 248); Blue value is 150 (58.98% from 255 or 60.48% from 248); Max value from RGB is 150 - color contains mainly: blue. Hex color #501296 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #501296 is #AFED69. Grayscale: #333333. Windows color (decimal): -11529578 or 9835088. OLE color: 9835088.

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

Color convert

RGB 80 18 150 -
CMYK 0.47 0.88 0 0.41
HSL 268.18º 0.79% 0.33% -
HSV(B) 268.18º 0.88% 0.59% -
XYZ 9.03 4.34 29.22 -
YUV 51.59 183.54 148.27 -
System Red Green Blue C M Y K H S L
Decimal 80 18 150 0.47 0.88 0 0.41 268.18 0.79 0.33
Hex 50 12 96 2F 58 0 29 10C 4F 21
Octal 120 22 226 57 130 0 51 414 117 41
Binary 1010000 10010 10010110 101111 1011000 0 101001 100001100 1001111 100001

Color Harmonies of #501296

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501296

Black with #501296

Text Example


Text Example

White with #501296

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501296; }

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

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

background-color css

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

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

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

border-color css

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

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

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