Html Css Color HEX #5A1886 Indigo

📋 copy color: '#5A1886'

red 90 ◦ green 24 ◦ blue 134

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

Shades of Indigo #5A1886

Tints of Indigo #5A1886

RGB

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

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

 BLUE value IS 134 (52.73% from 255) = 54.03%

R = 36.29%
G = 9.68%
B = 54.03%

CMYK

 C value IS 0.33

 M value IS 0.82

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#5A1886 (or 0x5A1886) is known color: Indigo. HEX triplet: 5A, 18 and 86. RGB value is (90,24,134). Sum of RGB (Red+Green+Blue) = 90+24+134=248 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.29% from 248); Green value is 24 (9.77% from 255 or 9.68% from 248); Blue value is 134 (52.73% from 255 or 54.03% from 248); Max value from RGB is 134 - color contains mainly: blue. Hex color #5A1886 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1886 is #A5E779. Grayscale: #373737. Windows color (decimal): -10872698 or 8788058. OLE color: 8788058.

HSL color Cylindrical-coordinate representation of color #5A1886: hue angle of 276º degrees, saturation: 0.7, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #5A1886 is Cyan = 0.33, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 90 24 134 -
CMYK 0.33 0.82 0 0.47
HSL 276º 0.7% 0.31% -
HSV(B) 276º 0.82% 0.53% -
XYZ 8.85 4.55 22.97 -
YUV 56.27 171.87 152.06 -
System Red Green Blue C M Y K H S L
Decimal 90 24 134 0.33 0.82 0 0.47 276 0.7 0.31
Hex 5A 18 86 21 52 0 2F 114 46 1F
Octal 132 30 206 41 122 0 57 424 106 37
Binary 1011010 11000 10000110 100001 1010010 0 101111 100010100 1000110 11111

Color Harmonies of #5A1886

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1886

Black with #5A1886

Text Example


Text Example

White with #5A1886

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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