Html Css Color HEX #5A177C Indigo

📋 copy color: '#5A177C'

red 90 ◦ green 23 ◦ blue 124

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

Shades of Indigo #5A177C

Tints of Indigo #5A177C

RGB

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

 GREEN value IS 23 (9.38% from 255) = 9.7%

 BLUE value IS 124 (48.83% from 255) = 52.32%

R = 37.97%
G = 9.7%
B = 52.32%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5A177C (or 0x5A177C) is known color: Indigo. HEX triplet: 5A, 17 and 7C. RGB value is (90,23,124). Sum of RGB (Red+Green+Blue) = 90+23+124=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 23 (9.38% from 255 or 9.70% from 237); Blue value is 124 (48.83% from 255 or 52.32% from 237); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A177C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A177C is #A5E883. Grayscale: #363636. Windows color (decimal): -10872964 or 8132442. OLE color: 8132442.

HSL color Cylindrical-coordinate representation of color #5A177C: hue angle of 279.8º degrees, saturation: 0.69, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A177C is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 23 124 -
CMYK 0.27 0.81 0 0.51
HSL 279.8º 0.69% 0.29% -
HSV(B) 279.8º 0.81% 0.49% -
XYZ 8.16 4.24 19.46 -
YUV 54.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 90 23 124 0.27 0.81 0 0.51 279.8 0.69 0.29
Hex 5A 17 7C 1B 51 0 33 118 45 1D
Octal 132 27 174 33 121 0 63 430 105 35
Binary 1011010 10111 1111100 11011 1010001 0 110011 100011000 1000101 11101

Color Harmonies of #5A177C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A177C

Black with #5A177C

Text Example


Text Example

White with #5A177C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,23,124); }

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

background-color css

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

 a { background-color: rgb(90,23,124); }

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

border-color css

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

 span { border-color: rgb(90,23,124); }

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