Html Css Color HEX #5A1776 Indigo

📋 copy color: '#5A1776'

red 90 ◦ green 23 ◦ blue 118

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

Shades of Indigo #5A1776

Tints of Indigo #5A1776

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.96%

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

R = 38.96%
G = 9.96%
B = 51.08%

CMYK

 C value IS 0.24

 M value IS 0.81

 Y value IS 0

 K value IS 0.54

RGB Variations

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

Color information

#5A1776 (or 0x5A1776) is known color: Indigo. HEX triplet: 5A, 17 and 76. RGB value is (90,23,118). Sum of RGB (Red+Green+Blue) = 90+23+118=231 (30% of max value = 765). Red value is 90 (35.55% from 255 or 38.96% from 231); Green value is 23 (9.38% from 255 or 9.96% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #5A1776 is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A1776 is #A5E889. Grayscale: #353535. Windows color (decimal): -10872970 or 7739226. OLE color: 7739226.

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

Color convert

RGB 90 23 118 -
CMYK 0.24 0.81 0 0.54
HSL 282.32º 0.67% 0.28% -
HSV(B) 282.32º 0.81% 0.46% -
XYZ 7.79 4.09 17.52 -
YUV 53.86 164.2 153.78 -
System Red Green Blue C M Y K H S L
Decimal 90 23 118 0.24 0.81 0 0.54 282.32 0.67 0.28
Hex 5A 17 76 18 51 0 36 11A 43 1C
Octal 132 27 166 30 121 0 66 432 103 34
Binary 1011010 10111 1110110 11000 1010001 0 110110 100011010 1000011 11100

Color Harmonies of #5A1776

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1776

Black with #5A1776

Text Example


Text Example

White with #5A1776

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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