Html Css Color HEX #5A0E71 Indigo

📋 copy color: '#5A0E71'

red 90 ◦ green 14 ◦ blue 113

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

Shades of Indigo #5A0E71

Tints of Indigo #5A0E71

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.45%

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

R = 41.47%
G = 6.45%
B = 52.07%

CMYK

 C value IS 0.20

 M value IS 0.88

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#5A0E71 (or 0x5A0E71) is known color: Indigo. HEX triplet: 5A, 0E and 71. RGB value is (90,14,113). Sum of RGB (Red+Green+Blue) = 90+14+113=217 (28% of max value = 765). Red value is 90 (35.55% from 255 or 41.47% from 217); Green value is 14 (5.86% from 255 or 6.45% from 217); Blue value is 113 (44.53% from 255 or 52.07% from 217); Max value from RGB is 113 - color contains mainly: blue. Hex color #5A0E71 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0E71 is #A5F18E. Grayscale: #2F2F2F. Windows color (decimal): -10875279 or 7409242. OLE color: 7409242.

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

Color convert

RGB 90 14 113 -
CMYK 0.20 0.88 0 0.56
HSL 286.06º 0.78% 0.25% -
HSV(B) 286.06º 0.88% 0.44% -
XYZ 7.35 3.68 15.95 -
YUV 48.01 164.68 157.95 -
System Red Green Blue C M Y K H S L
Decimal 90 14 113 0.20 0.88 0 0.56 286.06 0.78 0.25
Hex 5A E 71 14 58 0 38 11E 4E 19
Octal 132 16 161 24 130 0 70 436 116 31
Binary 1011010 1110 1110001 10100 1011000 0 111000 100011110 1001110 11001

Color Harmonies of #5A0E71

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0E71

Black with #5A0E71

Text Example


Text Example

White with #5A0E71

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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