Html Css Color HEX #5001A5 Indigo

📋 copy color: '#5001A5'

red 80 ◦ green 1 ◦ blue 165

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

Shades of Indigo #5001A5

Tints of Indigo #5001A5

RGB

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

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

 BLUE value IS 165 (64.84% from 255) = 67.07%

R = 32.52%
G = 0.41%
B = 67.07%

CMYK

 C value IS 0.52

 M value IS 0.99

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5001A5 (or 0x5001A5) is known color: Indigo. HEX triplet: 50, 01 and A5. RGB value is (80,1,165). Sum of RGB (Red+Green+Blue) = 80+1+165=246 (32% of max value = 765). Red value is 80 (31.64% from 255 or 32.52% from 246); Green value is 1 (0.78% from 255 or 0.41% from 246); Blue value is 165 (64.84% from 255 or 67.07% from 246); Max value from RGB is 165 - color contains mainly: blue. Hex color #5001A5 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5001A5 is #AFFE5A. Grayscale: #2A2A2A. Windows color (decimal): -11533915 or 10813776. OLE color: 10813776.

HSL color Cylindrical-coordinate representation of color #5001A5: hue angle of 268.9º degrees, saturation: 0.99, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5001A5 is Cyan = 0.52, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 80 1 165 -
CMYK 0.52 0.99 0 0.35
HSL 268.9º 0.99% 0.33% -
HSV(B) 268.9º 0.99% 0.65% -
XYZ 10.11 4.44 35.92 -
YUV 43.32 196.67 154.16 -
System Red Green Blue C M Y K H S L
Decimal 80 1 165 0.52 0.99 0 0.35 268.9 0.99 0.33
Hex 50 1 A5 34 63 0 23 10D 63 21
Octal 120 1 245 64 143 0 43 415 143 41
Binary 1010000 1 10100101 110100 1100011 0 100011 100001101 1100011 100001

Color Harmonies of #5001A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5001A5

Black with #5001A5

Text Example


Text Example

White with #5001A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5001A5; }

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

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

background-color css

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

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

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

border-color css

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

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

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