Html Css Color HEX #5A159D Indigo

📋 copy color: '#5A159D'

red 90 ◦ green 21 ◦ blue 157

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

Shades of Indigo #5A159D

Tints of Indigo #5A159D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 7.84%

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

R = 33.58%
G = 7.84%
B = 58.58%

CMYK

 C value IS 0.43

 M value IS 0.87

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A159D (or 0x5A159D) is known color: Indigo. HEX triplet: 5A, 15 and 9D. RGB value is (90,21,157). Sum of RGB (Red+Green+Blue) = 90+21+157=268 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.58% from 268); Green value is 21 (8.59% from 255 or 7.84% from 268); Blue value is 157 (61.72% from 255 or 58.58% from 268); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A159D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A159D is #A5EA62. Grayscale: #383838. Windows color (decimal): -10873443 or 10294618. OLE color: 10294618.

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

Color convert

RGB 90 21 157 -
CMYK 0.43 0.87 0 0.38
HSL 270.44º 0.76% 0.35% -
HSV(B) 270.44º 0.87% 0.62% -
XYZ 10.57 5.14 32.33 -
YUV 57.14 184.36 151.44 -
System Red Green Blue C M Y K H S L
Decimal 90 21 157 0.43 0.87 0 0.38 270.44 0.76 0.35
Hex 5A 15 9D 2B 57 0 26 10E 4C 23
Octal 132 25 235 53 127 0 46 416 114 43
Binary 1011010 10101 10011101 101011 1010111 0 100110 100001110 1001100 100011

Color Harmonies of #5A159D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A159D

Black with #5A159D

Text Example


Text Example

White with #5A159D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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