Html Css Color HEX #5A1289 Indigo

📋 copy color: '#5A1289'

red 90 ◦ green 18 ◦ blue 137

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

Shades of Indigo #5A1289

Tints of Indigo #5A1289

RGB

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

 GREEN value IS 18 (7.42% from 255) = 7.35%

 BLUE value IS 137 (53.91% from 255) = 55.92%

R = 36.73%
G = 7.35%
B = 55.92%

CMYK

 C value IS 0.34

 M value IS 0.87

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A1289 (or 0x5A1289) is known color: Indigo. HEX triplet: 5A, 12 and 89. RGB value is (90,18,137). Sum of RGB (Red+Green+Blue) = 90+18+137=245 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.73% from 245); Green value is 18 (7.42% from 255 or 7.35% from 245); Blue value is 137 (53.91% from 255 or 55.92% from 245); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A1289 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1289 is #A5ED76. Grayscale: #343434. Windows color (decimal): -10874231 or 8983130. OLE color: 8983130.

HSL color Cylindrical-coordinate representation of color #5A1289: hue angle of 276.3º degrees, saturation: 0.77, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5A1289 is Cyan = 0.34, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 90 18 137 -
CMYK 0.34 0.87 0 0.46
HSL 276.3º 0.77% 0.3% -
HSV(B) 276.3º 0.87% 0.54% -
XYZ 8.95 4.41 24.05 -
YUV 53.09 175.35 154.32 -
System Red Green Blue C M Y K H S L
Decimal 90 18 137 0.34 0.87 0 0.46 276.3 0.77 0.3
Hex 5A 12 89 22 57 0 2E 114 4D 1E
Octal 132 22 211 42 127 0 56 424 115 36
Binary 1011010 10010 10001001 100010 1010111 0 101110 100010100 1001101 11110

Color Harmonies of #5A1289

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1289

Black with #5A1289

Text Example


Text Example

White with #5A1289

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,18,137); }

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

background-color css

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

 a { background-color: rgb(90,18,137); }

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

border-color css

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

 span { border-color: rgb(90,18,137); }

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