Html Css Color HEX #5A059C Indigo

📋 copy color: '#5A059C'

red 90 ◦ green 5 ◦ blue 156

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

Shades of Indigo #5A059C

Tints of Indigo #5A059C

RGB

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

 GREEN value IS 5 (2.34% from 255) = 1.99%

 BLUE value IS 156 (61.33% from 255) = 62.15%

R = 35.86%
G = 1.99%
B = 62.15%

CMYK

 C value IS 0.42

 M value IS 0.97

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#5A059C (or 0x5A059C) is known color: Indigo. HEX triplet: 5A, 05 and 9C. RGB value is (90,5,156). Sum of RGB (Red+Green+Blue) = 90+5+156=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 5 (2.34% from 255 or 1.99% from 251); Blue value is 156 (61.33% from 255 or 62.15% from 251); Max value from RGB is 156 - color contains mainly: blue. Hex color #5A059C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A059C is #A5FA63. Grayscale: #2F2F2F. Windows color (decimal): -10877540 or 10224986. OLE color: 10224986.

HSL color Cylindrical-coordinate representation of color #5A059C: hue angle of 273.77º degrees, saturation: 0.94, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #5A059C is Cyan = 0.42, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 90 5 156 -
CMYK 0.42 0.97 0 0.39
HSL 273.77º 0.94% 0.32% -
HSV(B) 273.77º 0.97% 0.61% -
XYZ 10.27 4.68 31.81 -
YUV 47.63 189.16 158.22 -
System Red Green Blue C M Y K H S L
Decimal 90 5 156 0.42 0.97 0 0.39 273.77 0.94 0.32
Hex 5A 5 9C 2A 61 0 27 112 5E 20
Octal 132 5 234 52 141 0 47 422 136 40
Binary 1011010 101 10011100 101010 1100001 0 100111 100010010 1011110 100000

Color Harmonies of #5A059C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A059C

Black with #5A059C

Text Example


Text Example

White with #5A059C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,5,156); }

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

background-color css

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

 a { background-color: rgb(90,5,156); }

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

border-color css

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

 span { border-color: rgb(90,5,156); }

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