Html Css Color HEX #5A187F Indigo

📋 copy color: '#5A187F'

red 90 ◦ green 24 ◦ blue 127

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

Shades of Indigo #5A187F

Tints of Indigo #5A187F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 52.7%

R = 37.34%
G = 9.96%
B = 52.7%

CMYK

 C value IS 0.29

 M value IS 0.81

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5A187F (or 0x5A187F) is known color: Indigo. HEX triplet: 5A, 18 and 7F. RGB value is (90,24,127). Sum of RGB (Red+Green+Blue) = 90+24+127=241 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.34% from 241); Green value is 24 (9.77% from 255 or 9.96% from 241); Blue value is 127 (50% from 255 or 52.70% from 241); Max value from RGB is 127 - color contains mainly: blue. Hex color #5A187F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5A187F is #A5E780. Grayscale: #373737. Windows color (decimal): -10872705 or 8329306. OLE color: 8329306.

HSL color Cylindrical-coordinate representation of color #5A187F: hue angle of 278.45º degrees, saturation: 0.68, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5A187F is Cyan = 0.29, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB 90 24 127 -
CMYK 0.29 0.81 0 0.50
HSL 278.45º 0.68% 0.3% -
HSV(B) 278.45º 0.81% 0.5% -
XYZ 8.37 4.36 20.48 -
YUV 55.48 168.37 152.62 -
System Red Green Blue C M Y K H S L
Decimal 90 24 127 0.29 0.81 0 0.50 278.45 0.68 0.3
Hex 5A 18 7F 1D 51 0 32 116 44 1E
Octal 132 30 177 35 121 0 62 426 104 36
Binary 1011010 11000 1111111 11101 1010001 0 110010 100010110 1000100 11110

Color Harmonies of #5A187F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A187F

Black with #5A187F

Text Example


Text Example

White with #5A187F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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