Html Css Color HEX #5A158E Indigo

📋 copy color: '#5A158E'

red 90 ◦ green 21 ◦ blue 142

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

Shades of Indigo #5A158E

Tints of Indigo #5A158E

RGB

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

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

 BLUE value IS 142 (55.86% from 255) = 56.13%

R = 35.57%
G = 8.3%
B = 56.13%

CMYK

 C value IS 0.37

 M value IS 0.85

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A158E (or 0x5A158E) is known color: Indigo. HEX triplet: 5A, 15 and 8E. RGB value is (90,21,142). Sum of RGB (Red+Green+Blue) = 90+21+142=253 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.57% from 253); Green value is 21 (8.59% from 255 or 8.30% from 253); Blue value is 142 (55.86% from 255 or 56.13% from 253); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A158E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A158E is #A5EA71. Grayscale: #373737. Windows color (decimal): -10873458 or 9311578. OLE color: 9311578.

HSL color Cylindrical-coordinate representation of color #5A158E: hue angle of 274.21º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A158E is Cyan = 0.37, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB 90 21 142 -
CMYK 0.37 0.85 0 0.44
HSL 274.21º 0.74% 0.32% -
HSV(B) 274.21º 0.85% 0.56% -
XYZ 9.37 4.66 26 -
YUV 55.43 176.86 152.66 -
System Red Green Blue C M Y K H S L
Decimal 90 21 142 0.37 0.85 0 0.44 274.21 0.74 0.32
Hex 5A 15 8E 25 55 0 2C 112 4A 20
Octal 132 25 216 45 125 0 54 422 112 40
Binary 1011010 10101 10001110 100101 1010101 0 101100 100010010 1001010 100000

Color Harmonies of #5A158E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A158E

Black with #5A158E

Text Example


Text Example

White with #5A158E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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