Html Css Color HEX #5A0199 Indigo

📋 copy color: '#5A0199'

red 90 ◦ green 1 ◦ blue 153

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

Shades of Indigo #5A0199

Tints of Indigo #5A0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.41%

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

R = 36.89%
G = 0.41%
B = 62.7%

CMYK

 C value IS 0.41

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5A0199 (or 0x5A0199) is known color: Indigo. HEX triplet: 5A, 01 and 99. RGB value is (90,1,153). Sum of RGB (Red+Green+Blue) = 90+1+153=244 (32% of max value = 765). Red value is 90 (35.55% from 255 or 36.89% from 244); Green value is 1 (0.78% from 255 or 0.41% from 244); Blue value is 153 (60.16% from 255 or 62.70% from 244); Max value from RGB is 153 - color contains mainly: blue. Hex color #5A0199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A0199 is #A5FE66. Grayscale: #2C2C2C. Windows color (decimal): -10878567 or 10027354. OLE color: 10027354.

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

Color convert

RGB 90 1 153 -
CMYK 0.41 0.99 0 0.4
HSL 275.13º 0.99% 0.3% -
HSV(B) 275.13º 0.99% 0.6% -
XYZ 9.98 4.5 30.48 -
YUV 44.94 188.99 160.14 -
System Red Green Blue C M Y K H S L
Decimal 90 1 153 0.41 0.99 0 0.4 275.13 0.99 0.3
Hex 5A 1 99 29 63 0 28 113 63 1E
Octal 132 1 231 51 143 0 50 423 143 36
Binary 1011010 1 10011001 101001 1100011 0 101000 100010011 1100011 11110

Color Harmonies of #5A0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A0199

Black with #5A0199

Text Example


Text Example

White with #5A0199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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