Html Css Color HEX #5A178E Indigo

📋 copy color: '#5A178E'

red 90 ◦ green 23 ◦ blue 142

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

Shades of Indigo #5A178E

Tints of Indigo #5A178E

RGB

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

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

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

R = 35.29%
G = 9.02%
B = 55.69%

CMYK

 C value IS 0.37

 M value IS 0.84

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#5A178E (or 0x5A178E) is known color: Indigo. HEX triplet: 5A, 17 and 8E. RGB value is (90,23,142). Sum of RGB (Red+Green+Blue) = 90+23+142=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 23 (9.38% from 255 or 9.02% from 255); Blue value is 142 (55.86% from 255 or 55.69% from 255); Max value from RGB is 142 - color contains mainly: blue. Hex color #5A178E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A178E is #A5E871. Grayscale: #383838. Windows color (decimal): -10872946 or 9312090. OLE color: 9312090.

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

Color convert

RGB 90 23 142 -
CMYK 0.37 0.84 0 0.44
HSL 273.78º 0.72% 0.32% -
HSV(B) 273.78º 0.84% 0.56% -
XYZ 9.41 4.74 26.01 -
YUV 56.6 176.2 151.82 -
System Red Green Blue C M Y K H S L
Decimal 90 23 142 0.37 0.84 0 0.44 273.78 0.72 0.32
Hex 5A 17 8E 25 54 0 2C 112 48 20
Octal 132 27 216 45 124 0 54 422 110 40
Binary 1011010 10111 10001110 100101 1010100 0 101100 100010010 1001000 100000

Color Harmonies of #5A178E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A178E

Black with #5A178E

Text Example


Text Example

White with #5A178E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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