Html Css Color HEX #5A158C Indigo

📋 copy color: '#5A158C'

red 90 ◦ green 21 ◦ blue 140

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

Shades of Indigo #5A158C

Tints of Indigo #5A158C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 55.78%

R = 35.86%
G = 8.37%
B = 55.78%

CMYK

 C value IS 0.36

 M value IS 0.85

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A158C (or 0x5A158C) is known color: Indigo. HEX triplet: 5A, 15 and 8C. RGB value is (90,21,140). Sum of RGB (Red+Green+Blue) = 90+21+140=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 21 (8.59% from 255 or 8.37% from 251); Blue value is 140 (55.08% from 255 or 55.78% from 251); Max value from RGB is 140 - color contains mainly: blue. Hex color #5A158C is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A158C is #A5EA73. Grayscale: #363636. Windows color (decimal): -10873460 or 9180506. OLE color: 9180506.

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

Color convert

RGB 90 21 140 -
CMYK 0.36 0.85 0 0.45
HSL 274.79º 0.74% 0.32% -
HSV(B) 274.79º 0.85% 0.55% -
XYZ 9.22 4.6 25.21 -
YUV 55.2 175.86 152.82 -
System Red Green Blue C M Y K H S L
Decimal 90 21 140 0.36 0.85 0 0.45 274.79 0.74 0.32
Hex 5A 15 8C 24 55 0 2D 113 4A 20
Octal 132 25 214 44 125 0 55 423 112 40
Binary 1011010 10101 10001100 100100 1010101 0 101101 100010011 1001010 100000

Color Harmonies of #5A158C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A158C

Black with #5A158C

Text Example


Text Example

White with #5A158C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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