Html Css Color HEX #5A189D Indigo

📋 copy color: '#5A189D'

red 90 ◦ green 24 ◦ blue 157

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

Shades of Indigo #5A189D

Tints of Indigo #5A189D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 8.86%

 BLUE value IS 157 (61.72% from 255) = 57.93%

R = 33.21%
G = 8.86%
B = 57.93%

CMYK

 C value IS 0.43

 M value IS 0.85

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A189D (or 0x5A189D) is known color: Indigo. HEX triplet: 5A, 18 and 9D. RGB value is (90,24,157). Sum of RGB (Red+Green+Blue) = 90+24+157=271 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.21% from 271); Green value is 24 (9.77% from 255 or 8.86% from 271); Blue value is 157 (61.72% from 255 or 57.93% from 271); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A189D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A189D is #A5E762. Grayscale: #3A3A3A. Windows color (decimal): -10872675 or 10295386. OLE color: 10295386.

HSL color Cylindrical-coordinate representation of color #5A189D: hue angle of 269.77º degrees, saturation: 0.73, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5A189D is Cyan = 0.43, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 24 157 -
CMYK 0.43 0.85 0 0.38
HSL 269.77º 0.73% 0.35% -
HSV(B) 269.77º 0.85% 0.62% -
XYZ 10.63 5.26 32.35 -
YUV 58.9 183.37 150.19 -
System Red Green Blue C M Y K H S L
Decimal 90 24 157 0.43 0.85 0 0.38 269.77 0.73 0.35
Hex 5A 18 9D 2B 55 0 26 10E 49 23
Octal 132 30 235 53 125 0 46 416 111 43
Binary 1011010 11000 10011101 101011 1010101 0 100110 100001110 1001001 100011

Color Harmonies of #5A189D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A189D

Black with #5A189D

Text Example


Text Example

White with #5A189D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,24,157); }

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

background-color css

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

 a { background-color: rgb(90,24,157); }

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

border-color css

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

 span { border-color: rgb(90,24,157); }

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