Html Css Color HEX #5A0D89 Indigo

📋 copy color: '#5A0D89'

red 90 ◦ green 13 ◦ blue 137

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

Shades of Indigo #5A0D89

Tints of Indigo #5A0D89

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.42%

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

R = 37.5%
G = 5.42%
B = 57.08%

CMYK

 C value IS 0.34

 M value IS 0.91

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A0D89 (or 0x5A0D89) is known color: Indigo. HEX triplet: 5A, 0D and 89. RGB value is (90,13,137). Sum of RGB (Red+Green+Blue) = 90+13+137=240 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.5% from 240); Green value is 13 (5.47% from 255 or 5.42% from 240); Blue value is 137 (53.91% from 255 or 57.08% from 240); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A0D89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0D89 is #A5F276. Grayscale: #313131. Windows color (decimal): -10875511 or 8981850. OLE color: 8981850.

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

Color convert

RGB 90 13 137 -
CMYK 0.34 0.91 0 0.46
HSL 277.26º 0.83% 0.29% -
HSV(B) 277.26º 0.91% 0.54% -
XYZ 8.88 4.27 24.02 -
YUV 50.16 177.01 156.42 -
System Red Green Blue C M Y K H S L
Decimal 90 13 137 0.34 0.91 0 0.46 277.26 0.83 0.29
Hex 5A D 89 22 5B 0 2E 115 53 1D
Octal 132 15 211 42 133 0 56 425 123 35
Binary 1011010 1101 10001001 100010 1011011 0 101110 100010101 1010011 11101

Color Harmonies of #5A0D89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0D89

Black with #5A0D89

Text Example


Text Example

White with #5A0D89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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