Html Css Color HEX #5B1095 Indigo

📋 copy color: '#5B1095'

red 91 ◦ green 16 ◦ blue 149

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

Shades of Indigo #5B1095

Tints of Indigo #5B1095

RGB

 RED value IS 91 (35.94% from 255) = 35.55%

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

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

R = 35.55%
G = 6.25%
B = 58.2%

CMYK

 C value IS 0.39

 M value IS 0.89

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B1095 (or 0x5B1095) is known color: Indigo. HEX triplet: 5B, 10 and 95. RGB value is (91,16,149). Sum of RGB (Red+Green+Blue) = 91+16+149=256 (33% of max value = 765). Red value is 91 (35.94% from 255 or 35.55% from 256); Green value is 16 (6.64% from 255 or 6.25% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B1095 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1095 is #A4EF6A. Grayscale: #353535. Windows color (decimal): -10809195 or 9769051. OLE color: 9769051.

HSL color Cylindrical-coordinate representation of color #5B1095: hue angle of 273.83º 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 #5B1095 is Cyan = 0.39, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 16 149 -
CMYK 0.39 0.89 0 0.42
HSL 273.83º 0.81% 0.32% -
HSV(B) 273.83º 0.89% 0.58% -
XYZ 9.92 4.76 28.83 -
YUV 53.59 181.85 154.69 -
System Red Green Blue C M Y K H S L
Decimal 91 16 149 0.39 0.89 0 0.42 273.83 0.81 0.32
Hex 5B 10 95 27 59 0 2A 112 51 20
Octal 133 20 225 47 131 0 52 422 121 40
Binary 1011011 10000 10010101 100111 1011001 0 101010 100010010 1010001 100000

Color Harmonies of #5B1095

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1095

Black with #5B1095

Text Example


Text Example

White with #5B1095

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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