Html Css Color HEX #5A1989 Indigo

📋 copy color: '#5A1989'

red 90 ◦ green 25 ◦ blue 137

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

Shades of Indigo #5A1989

Tints of Indigo #5A1989

RGB

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

 GREEN value IS 25 (10.16% from 255) = 9.92%

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

R = 35.71%
G = 9.92%
B = 54.37%

CMYK

 C value IS 0.34

 M value IS 0.82

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A1989 (or 0x5A1989) is known color: Indigo. HEX triplet: 5A, 19 and 89. RGB value is (90,25,137). Sum of RGB (Red+Green+Blue) = 90+25+137=252 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.71% from 252); Green value is 25 (10.16% from 255 or 9.92% from 252); Blue value is 137 (53.91% from 255 or 54.37% from 252); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A1989 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1989 is #A5E676. Grayscale: #383838. Windows color (decimal): -10872439 or 8984922. OLE color: 8984922.

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

Color convert

RGB 90 25 137 -
CMYK 0.34 0.82 0 0.46
HSL 274.82º 0.69% 0.32% -
HSV(B) 274.82º 0.82% 0.54% -
XYZ 9.08 4.68 24.09 -
YUV 57.2 173.03 151.39 -
System Red Green Blue C M Y K H S L
Decimal 90 25 137 0.34 0.82 0 0.46 274.82 0.69 0.32
Hex 5A 19 89 22 52 0 2E 113 45 20
Octal 132 31 211 42 122 0 56 423 105 40
Binary 1011010 11001 10001001 100010 1010010 0 101110 100010011 1000101 100000

Color Harmonies of #5A1989

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1989

Black with #5A1989

Text Example


Text Example

White with #5A1989

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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