Html Css Color HEX #5A187C Indigo

📋 copy color: '#5A187C'

red 90 ◦ green 24 ◦ blue 124

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

Shades of Indigo #5A187C

Tints of Indigo #5A187C

RGB

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

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

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

R = 37.82%
G = 10.08%
B = 52.1%

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

#5A187C (or 0x5A187C) is known color: Indigo. HEX triplet: 5A, 18 and 7C. RGB value is (90,24,124). Sum of RGB (Red+Green+Blue) = 90+24+124=238 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.82% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 124 (48.83% from 255 or 52.10% from 238); Max value from RGB is 124 - color contains mainly: blue. Hex color #5A187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A187C is #A5E783. Grayscale: #363636. Windows color (decimal): -10872708 or 8132698. OLE color: 8132698.

HSL color Cylindrical-coordinate representation of color #5A187C: hue angle of 279.6º degrees, saturation: 0.68, 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 #5A187C is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 90 24 124 -
CMYK 0.27 0.81 0 0.51
HSL 279.6º 0.68% 0.29% -
HSV(B) 279.6º 0.81% 0.49% -
XYZ 8.18 4.28 19.46 -
YUV 55.13 166.87 152.87 -
System Red Green Blue C M Y K H S L
Decimal 90 24 124 0.27 0.81 0 0.51 279.6 0.68 0.29
Hex 5A 18 7C 1B 51 0 33 118 44 1D
Octal 132 30 174 33 121 0 63 430 104 35
Binary 1011010 11000 1111100 11011 1010001 0 110011 100011000 1000100 11101

Color Harmonies of #5A187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A187C

Black with #5A187C

Text Example


Text Example

White with #5A187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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