Html Css Color HEX #5A109D Indigo

📋 copy color: '#5A109D'

red 90 ◦ green 16 ◦ blue 157

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

Shades of Indigo #5A109D

Tints of Indigo #5A109D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.08%

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

R = 34.22%
G = 6.08%
B = 59.7%

CMYK

 C value IS 0.43

 M value IS 0.90

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5A109D (or 0x5A109D) is known color: Indigo. HEX triplet: 5A, 10 and 9D. RGB value is (90,16,157). Sum of RGB (Red+Green+Blue) = 90+16+157=263 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.22% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 157 (61.72% from 255 or 59.70% from 263); Max value from RGB is 157 - color contains mainly: blue. Hex color #5A109D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A109D is #A5EF62. Grayscale: #353535. Windows color (decimal): -10874723 or 10293338. OLE color: 10293338.

HSL color Cylindrical-coordinate representation of color #5A109D: hue angle of 271.49º degrees, saturation: 0.82, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #5A109D is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 16 157 -
CMYK 0.43 0.90 0 0.38
HSL 271.49º 0.82% 0.34% -
HSV(B) 271.49º 0.9% 0.62% -
XYZ 10.49 4.98 32.31 -
YUV 54.2 186.02 153.54 -
System Red Green Blue C M Y K H S L
Decimal 90 16 157 0.43 0.90 0 0.38 271.49 0.82 0.34
Hex 5A 10 9D 2B 5A 0 26 10F 52 22
Octal 132 20 235 53 132 0 46 417 122 42
Binary 1011010 10000 10011101 101011 1011010 0 100110 100001111 1010010 100010

Color Harmonies of #5A109D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A109D

Black with #5A109D

Text Example


Text Example

White with #5A109D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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