Html Css Color HEX #5A1071 Indigo

📋 copy color: '#5A1071'

red 90 ◦ green 16 ◦ blue 113

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

Shades of Indigo #5A1071

Tints of Indigo #5A1071

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.31%

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

R = 41.1%
G = 7.31%
B = 51.6%

CMYK

 C value IS 0.20

 M value IS 0.86

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A1071 (or 0x5A1071) is known color: Indigo. HEX triplet: 5A, 10 and 71. RGB value is (90,16,113). Sum of RGB (Red+Green+Blue) = 90+16+113=219 (29% of max value = 765). Red value is 90 (35.55% from 255 or 41.10% from 219); Green value is 16 (6.64% from 255 or 7.31% from 219); Blue value is 113 (44.53% from 255 or 51.60% from 219); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A1071 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1071 is #A5EF8E. Grayscale: #303030. Windows color (decimal): -10874767 or 7409754. OLE color: 7409754.

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

Color convert

RGB 90 16 113 -
CMYK 0.20 0.86 0 0.56
HSL 285.77º 0.75% 0.25% -
HSV(B) 285.77º 0.86% 0.44% -
XYZ 7.38 3.74 15.95 -
YUV 49.18 164.02 157.11 -
System Red Green Blue C M Y K H S L
Decimal 90 16 113 0.20 0.86 0 0.56 285.77 0.75 0.25
Hex 5A 10 71 14 56 0 38 11E 4B 19
Octal 132 20 161 24 126 0 70 436 113 31
Binary 1011010 10000 1110001 10100 1010110 0 111000 100011110 1001011 11001

Color Harmonies of #5A1071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1071

Black with #5A1071

Text Example


Text Example

White with #5A1071

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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