Html Css Color HEX #5A0071 Indigo

📋 copy color: '#5A0071'

red 90 ◦ green 0 ◦ blue 113

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

Shades of Indigo #5A0071

Tints of Indigo #5A0071

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 113 (44.53% from 255) = 55.67%

R = 44.33%
G = 0%
B = 55.67%

CMYK

 C value IS 0.20

 M value IS 1

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A0071 (or 0x5A0071) is known color: Indigo. HEX triplet: 5A, 00 and 71. RGB value is (90,0,113). Sum of RGB (Red+Green+Blue) = 90+0+113=203 (26% of max value = 765). Red value is 90 (35.55% from 255 or 44.33% from 203); Green value is 0 (0.39% from 255 or 0% from 203); Blue value is 113 (44.53% from 255 or 55.67% from 203); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A0071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0071 is #A5FF8E. Grayscale: #272727. Windows color (decimal): -10878863 or 7405658. OLE color: 7405658.

HSL color Cylindrical-coordinate representation of color #5A0071: hue angle of 287.79º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 1%. Process color model (Four color, CMYK) of #5A0071 is Cyan = 0.20, Magento = 1, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB 90 0 113 -
CMYK 0.20 1 0 0.56
HSL 287.79º 1% 0.22% -
HSV(B) 287.79º 1% 0.44% -
XYZ 7.2 3.37 15.89 -
YUV 39.79 169.32 163.81 -
System Red Green Blue C M Y K H S L
Decimal 90 0 113 0.20 1 0 0.56 287.79 1 0.22
Hex 5A 0 71 14 64 0 38 120 64 16
Octal 132 0 161 24 144 0 70 440 144 26
Binary 1011010 0 1110001 10100 1100100 0 111000 100100000 1100100 10110

Color Harmonies of #5A0071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0071

Black with #5A0071

Text Example


Text Example

White with #5A0071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,0,113); }

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

background-color css

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

 a { background-color: rgb(90,0,113); }

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

border-color css

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

 span { border-color: rgb(90,0,113); }

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