Html Css Color HEX #5A178D Indigo

📋 copy color: '#5A178D'

red 90 ◦ green 23 ◦ blue 141

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

Shades of Indigo #5A178D

Tints of Indigo #5A178D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 55.51%

R = 35.43%
G = 9.06%
B = 55.51%

CMYK

 C value IS 0.36

 M value IS 0.84

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5A178D (or 0x5A178D) is known color: Indigo. HEX triplet: 5A, 17 and 8D. RGB value is (90,23,141). Sum of RGB (Red+Green+Blue) = 90+23+141=254 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.43% from 254); Green value is 23 (9.38% from 255 or 9.06% from 254); Blue value is 141 (55.47% from 255 or 55.51% from 254); Max value from RGB is 141 - color contains mainly: blue. Hex color #5A178D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A178D is #A5E872. Grayscale: #383838. Windows color (decimal): -10872947 or 9246554. OLE color: 9246554.

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

Color convert

RGB 90 23 141 -
CMYK 0.36 0.84 0 0.45
HSL 274.07º 0.72% 0.32% -
HSV(B) 274.07º 0.84% 0.55% -
XYZ 9.33 4.71 25.62 -
YUV 56.49 175.7 151.91 -
System Red Green Blue C M Y K H S L
Decimal 90 23 141 0.36 0.84 0 0.45 274.07 0.72 0.32
Hex 5A 17 8D 24 54 0 2D 112 48 20
Octal 132 27 215 44 124 0 55 422 110 40
Binary 1011010 10111 10001101 100100 1010100 0 101101 100010010 1001000 100000

Color Harmonies of #5A178D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A178D

Black with #5A178D

Text Example


Text Example

White with #5A178D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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