Html Css Color HEX #5A059D Indigo

📋 copy color: '#5A059D'

red 90 ◦ green 5 ◦ blue 157

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

Shades of Indigo #5A059D

Tints of Indigo #5A059D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 62.3%

R = 35.71%
G = 1.98%
B = 62.3%

CMYK

 C value IS 0.43

 M value IS 0.97

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A059D (or 0x5A059D) is known color: Indigo. HEX triplet: 5A, 05 and 9D. RGB value is (90,5,157). Sum of RGB (Red+Green+Blue) = 90+5+157=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 5 (2.34% from 255 or 1.98% from 252); Blue value is 157 (61.72% from 255 or 62.30% from 252); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A059D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A059D is #A5FA62. Grayscale: #2F2F2F. Windows color (decimal): -10877539 or 10290522. OLE color: 10290522.

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

Color convert

RGB 90 5 157 -
CMYK 0.43 0.97 0 0.38
HSL 273.55º 0.94% 0.32% -
HSV(B) 273.55º 0.97% 0.62% -
XYZ 10.36 4.72 32.26 -
YUV 47.74 189.66 158.14 -
System Red Green Blue C M Y K H S L
Decimal 90 5 157 0.43 0.97 0 0.38 273.55 0.94 0.32
Hex 5A 5 9D 2B 61 0 26 112 5E 20
Octal 132 5 235 53 141 0 46 422 136 40
Binary 1011010 101 10011101 101011 1100001 0 100110 100010010 1011110 100000

Color Harmonies of #5A059D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A059D

Black with #5A059D

Text Example


Text Example

White with #5A059D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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