Html Css Color HEX #5A099D Indigo

📋 copy color: '#5A099D'

red 90 ◦ green 9 ◦ blue 157

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

Shades of Indigo #5A099D

Tints of Indigo #5A099D

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.52%

 BLUE value IS 157 (61.72% from 255) = 61.33%

R = 35.16%
G = 3.52%
B = 61.33%

CMYK

 C value IS 0.43

 M value IS 0.94

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A099D (or 0x5A099D) is known color: Indigo. HEX triplet: 5A, 09 and 9D. RGB value is (90,9,157). Sum of RGB (Red+Green+Blue) = 90+9+157=256 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.16% from 256); Green value is 9 (3.91% from 255 or 3.52% from 256); Blue value is 157 (61.72% from 255 or 61.33% from 256); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A099D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A099D is #A5F662. Grayscale: #313131. Windows color (decimal): -10876515 or 10291546. OLE color: 10291546.

HSL color Cylindrical-coordinate representation of color #5A099D: hue angle of 272.84º degrees, saturation: 0.89, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5A099D is Cyan = 0.43, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 9 157 -
CMYK 0.43 0.94 0 0.38
HSL 272.84º 0.89% 0.33% -
HSV(B) 272.84º 0.94% 0.62% -
XYZ 10.4 4.8 32.28 -
YUV 50.09 188.34 156.47 -
System Red Green Blue C M Y K H S L
Decimal 90 9 157 0.43 0.94 0 0.38 272.84 0.89 0.33
Hex 5A 9 9D 2B 5E 0 26 111 59 21
Octal 132 11 235 53 136 0 46 421 131 41
Binary 1011010 1001 10011101 101011 1011110 0 100110 100010001 1011001 100001

Color Harmonies of #5A099D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A099D

Black with #5A099D

Text Example


Text Example

White with #5A099D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,9,157); }

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

background-color css

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

 a { background-color: rgb(90,9,157); }

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

border-color css

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

 span { border-color: rgb(90,9,157); }

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