Html Css Color HEX #5A01AD Indigo

📋 copy color: '#5A01AD'

red 90 ◦ green 1 ◦ blue 173

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

Shades of Indigo #5A01AD

Tints of Indigo #5A01AD

RGB

 RED value IS 90 (35.55% from 255) = 34.09%

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

 BLUE value IS 173 (67.97% from 255) = 65.53%

R = 34.09%
G = 0.38%
B = 65.53%

CMYK

 C value IS 0.48

 M value IS 0.99

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5A01AD (or 0x5A01AD) is known color: Indigo. HEX triplet: 5A, 01 and AD. RGB value is (90,1,173). Sum of RGB (Red+Green+Blue) = 90+1+173=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 1 (0.78% from 255 or 0.38% from 264); Blue value is 173 (67.97% from 255 or 65.53% from 264); Max value from RGB is 173 - color contains mainly: blue. Hex color #5A01AD is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A01AD is #A5FE52. Grayscale: #2E2E2E. Windows color (decimal): -10878547 or 11338074. OLE color: 11338074.

HSL color Cylindrical-coordinate representation of color #5A01AD: hue angle of 271.05º degrees, saturation: 0.99, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5A01AD is Cyan = 0.48, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 90 1 173 -
CMYK 0.48 0.99 0 0.32
HSL 271.05º 0.99% 0.34% -
HSV(B) 271.05º 0.99% 0.68% -
XYZ 11.77 5.21 39.92 -
YUV 47.22 198.99 158.51 -
System Red Green Blue C M Y K H S L
Decimal 90 1 173 0.48 0.99 0 0.32 271.05 0.99 0.34
Hex 5A 1 AD 30 63 0 20 10F 63 22
Octal 132 1 255 60 143 0 40 417 143 42
Binary 1011010 1 10101101 110000 1100011 0 100000 100001111 1100011 100010

Color Harmonies of #5A01AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A01AD

Black with #5A01AD

Text Example


Text Example

White with #5A01AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5A01AD; }

 p { color: rgb(90,1,173); }

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

background-color css

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

 a { background-color: rgb(90,1,173); }

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

border-color css

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

 span { border-color: rgb(90,1,173); }

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