Html Css Color HEX #5A0899 Indigo

📋 copy color: '#5A0899'

red 90 ◦ green 8 ◦ blue 153

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

Shades of Indigo #5A0899

Tints of Indigo #5A0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.19%

 BLUE value IS 153 (60.16% from 255) = 60.96%

R = 35.86%
G = 3.19%
B = 60.96%

CMYK

 C value IS 0.41

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5A0899 (or 0x5A0899) is known color: Indigo. HEX triplet: 5A, 08 and 99. RGB value is (90,8,153). Sum of RGB (Red+Green+Blue) = 90+8+153=251 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.86% from 251); Green value is 8 (3.52% from 255 or 3.19% from 251); Blue value is 153 (60.16% from 255 or 60.96% from 251); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A0899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0899 is #A5F766. Grayscale: #303030. Windows color (decimal): -10876775 or 10029146. OLE color: 10029146.

HSL color Cylindrical-coordinate representation of color #5A0899: hue angle of 273.93º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #5A0899 is Cyan = 0.41, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 90 8 153 -
CMYK 0.41 0.95 0 0.4
HSL 273.93º 0.9% 0.32% -
HSV(B) 273.93º 0.95% 0.6% -
XYZ 10.05 4.65 30.5 -
YUV 49.05 186.67 157.21 -
System Red Green Blue C M Y K H S L
Decimal 90 8 153 0.41 0.95 0 0.4 273.93 0.9 0.32
Hex 5A 8 99 29 5F 0 28 112 5A 20
Octal 132 10 231 51 137 0 50 422 132 40
Binary 1011010 1000 10011001 101001 1011111 0 101000 100010010 1011010 100000

Color Harmonies of #5A0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0899

Black with #5A0899

Text Example


Text Example

White with #5A0899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,8,153); }

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

background-color css

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

 a { background-color: rgb(90,8,153); }

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

border-color css

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

 span { border-color: rgb(90,8,153); }

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