Html Css Color HEX #5A0A89 Indigo

📋 copy color: '#5A0A89'

red 90 ◦ green 10 ◦ blue 137

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

Shades of Indigo #5A0A89

Tints of Indigo #5A0A89

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.22%

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

R = 37.97%
G = 4.22%
B = 57.81%

CMYK

 C value IS 0.34

 M value IS 0.93

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#5A0A89 (or 0x5A0A89) is known color: Indigo. HEX triplet: 5A, 0A and 89. RGB value is (90,10,137). Sum of RGB (Red+Green+Blue) = 90+10+137=237 (31% of max value = 765). Red value is 90 (35.55% from 255 or 37.97% from 237); Green value is 10 (4.30% from 255 or 4.22% from 237); Blue value is 137 (53.91% from 255 or 57.81% from 237); Max value from RGB is 137 - color contains mainly: blue. Hex color #5A0A89 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0A89 is #A5F576. Grayscale: #2F2F2F. Windows color (decimal): -10876279 or 8981082. OLE color: 8981082.

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

Color convert

RGB 90 10 137 -
CMYK 0.34 0.93 0 0.46
HSL 277.8º 0.86% 0.29% -
HSV(B) 277.8º 0.93% 0.54% -
XYZ 8.84 4.2 24.01 -
YUV 48.4 178 157.67 -
System Red Green Blue C M Y K H S L
Decimal 90 10 137 0.34 0.93 0 0.46 277.8 0.86 0.29
Hex 5A A 89 22 5D 0 2E 116 56 1D
Octal 132 12 211 42 135 0 56 426 126 35
Binary 1011010 1010 10001001 100010 1011101 0 101110 100010110 1010110 11101

Color Harmonies of #5A0A89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0A89

Black with #5A0A89

Text Example


Text Example

White with #5A0A89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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