Html Css Color HEX #501A8E Indigo

📋 copy color: '#501A8E'

red 80 ◦ green 26 ◦ blue 142

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

Shades of Indigo #501A8E

Tints of Indigo #501A8E

RGB

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

 GREEN value IS 26 (10.55% from 255) = 10.48%

 BLUE value IS 142 (55.86% from 255) = 57.26%

R = 32.26%
G = 10.48%
B = 57.26%

CMYK

 C value IS 0.44

 M value IS 0.82

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#501A8E (or 0x501A8E) is known color: Indigo. HEX triplet: 50, 1A and 8E. RGB value is (80,26,142). Sum of RGB (Red+Green+Blue) = 80+26+142=248 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.26% from 248); Green value is 26 (10.55% from 255 or 10.48% from 248); Blue value is 142 (55.86% from 255 or 57.26% from 248); Max value from RGB is 142 - color contains mainly: blue. Hex color #501A8E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #501A8E is #AFE571. Grayscale: #363636. Windows color (decimal): -11527538 or 9312848. OLE color: 9312848.

HSL color Cylindrical-coordinate representation of color #501A8E: hue angle of 267.93º degrees, saturation: 0.69, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #501A8E is Cyan = 0.44, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 80 26 142 -
CMYK 0.44 0.82 0 0.44
HSL 267.93º 0.69% 0.33% -
HSV(B) 267.93º 0.82% 0.56% -
XYZ 8.56 4.4 25.99 -
YUV 55.37 176.89 145.57 -
System Red Green Blue C M Y K H S L
Decimal 80 26 142 0.44 0.82 0 0.44 267.93 0.69 0.33
Hex 50 1A 8E 2C 52 0 2C 10C 45 21
Octal 120 32 216 54 122 0 54 414 105 41
Binary 1010000 11010 10001110 101100 1010010 0 101100 100001100 1000101 100001

Color Harmonies of #501A8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #501A8E

Black with #501A8E

Text Example


Text Example

White with #501A8E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #501A8E; }

 p { color: rgb(80,26,142); }

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

background-color css

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

 a { background-color: rgb(80,26,142); }

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

border-color css

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

 span { border-color: rgb(80,26,142); }

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