Html Css Color HEX #5A109E Indigo

📋 copy color: '#5A109E'

red 90 ◦ green 16 ◦ blue 158

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

Shades of Indigo #5A109E

Tints of Indigo #5A109E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 59.85%

R = 34.09%
G = 6.06%
B = 59.85%

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

#5A109E (or 0x5A109E) is known color: Indigo. HEX triplet: 5A, 10 and 9E. RGB value is (90,16,158). Sum of RGB (Red+Green+Blue) = 90+16+158=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 16 (6.64% from 255 or 6.06% from 264); Blue value is 158 (62.11% from 255 or 59.85% from 264); Max value from RGB is 158 - color contains mainly: blue. Hex color #5A109E is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A109E is #A5EF61. Grayscale: #353535. Windows color (decimal): -10874722 or 10358874. OLE color: 10358874.

HSL color Cylindrical-coordinate representation of color #5A109E: hue angle of 271.27º 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 #5A109E is Cyan = 0.43, Magento = 0.90, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 90 16 158 -
CMYK 0.43 0.90 0 0.38
HSL 271.27º 0.82% 0.34% -
HSV(B) 271.27º 0.9% 0.62% -
XYZ 10.57 5.01 32.76 -
YUV 54.31 186.52 153.45 -
System Red Green Blue C M Y K H S L
Decimal 90 16 158 0.43 0.90 0 0.38 271.27 0.82 0.34
Hex 5A 10 9E 2B 5A 0 26 10F 52 22
Octal 132 20 236 53 132 0 46 417 122 42
Binary 1011010 10000 10011110 101011 1011010 0 100110 100001111 1010010 100010

Color Harmonies of #5A109E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A109E

Black with #5A109E

Text Example


Text Example

White with #5A109E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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