Html Css Color HEX #5A1095 Indigo

📋 copy color: '#5A1095'

red 90 ◦ green 16 ◦ blue 149

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

Shades of Indigo #5A1095

Tints of Indigo #5A1095

RGB

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

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

 BLUE value IS 149 (58.59% from 255) = 58.43%

R = 35.29%
G = 6.27%
B = 58.43%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5A1095 (or 0x5A1095) is known color: Indigo. HEX triplet: 5A, 10 and 95. RGB value is (90,16,149). Sum of RGB (Red+Green+Blue) = 90+16+149=255 (33% of max value = 765). Red value is 90 (35.55% from 255 or 35.29% from 255); Green value is 16 (6.64% from 255 or 6.27% from 255); Blue value is 149 (58.59% from 255 or 58.43% from 255); Max value from RGB is 149 - color contains mainly: blue. Hex color #5A1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5A1095 is #A5EF6A. Grayscale: #343434. Windows color (decimal): -10874731 or 9769050. OLE color: 9769050.

HSL color Cylindrical-coordinate representation of color #5A1095: hue angle of 273.38º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5A1095 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 90 16 149 -
CMYK 0.40 0.89 0 0.42
HSL 273.38º 0.81% 0.32% -
HSV(B) 273.38º 0.89% 0.58% -
XYZ 9.83 4.71 28.83 -
YUV 53.29 182.02 154.19 -
System Red Green Blue C M Y K H S L
Decimal 90 16 149 0.40 0.89 0 0.42 273.38 0.81 0.32
Hex 5A 10 95 28 59 0 2A 111 51 20
Octal 132 20 225 50 131 0 52 421 121 40
Binary 1011010 10000 10010101 101000 1011001 0 101010 100010001 1010001 100000

Color Harmonies of #5A1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A1095

Black with #5A1095

Text Example


Text Example

White with #5A1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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