Html Css Color HEX #5A0476 Indigo

📋 copy color: '#5A0476'

red 90 ◦ green 4 ◦ blue 118

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

Shades of Indigo #5A0476

Tints of Indigo #5A0476

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.89%

 BLUE value IS 118 (46.48% from 255) = 55.66%

R = 42.45%
G = 1.89%
B = 55.66%

CMYK

 C value IS 0.24

 M value IS 0.97

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A0476 (or 0x5A0476) is known color: Indigo. HEX triplet: 5A, 04 and 76. RGB value is (90,4,118). Sum of RGB (Red+Green+Blue) = 90+4+118=212 (28% of max value = 765). Red value is 90 (35.55% from 255 or 42.45% from 212); Green value is 4 (1.95% from 255 or 1.89% from 212); Blue value is 118 (46.48% from 255 or 55.66% from 212); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A0476 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A0476 is #A5FB89. Grayscale: #2A2A2A. Windows color (decimal): -10877834 or 7734362. OLE color: 7734362.

HSL color Cylindrical-coordinate representation of color #5A0476: hue angle of 285.26º degrees, saturation: 0.93, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A0476 is Cyan = 0.24, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB 90 4 118 -
CMYK 0.24 0.97 0 0.54
HSL 285.26º 0.93% 0.24% -
HSV(B) 285.26º 0.97% 0.46% -
XYZ 7.53 3.57 17.43 -
YUV 42.71 170.49 161.73 -
System Red Green Blue C M Y K H S L
Decimal 90 4 118 0.24 0.97 0 0.54 285.26 0.93 0.24
Hex 5A 4 76 18 61 0 36 11D 5D 18
Octal 132 4 166 30 141 0 66 435 135 30
Binary 1011010 100 1110110 11000 1100001 0 110110 100011101 1011101 11000

Color Harmonies of #5A0476

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0476

Black with #5A0476

Text Example


Text Example

White with #5A0476

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,4,118); }

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

background-color css

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

 a { background-color: rgb(90,4,118); }

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

border-color css

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

 span { border-color: rgb(90,4,118); }

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