Html Css Color HEX #5B1895 Indigo

📋 copy color: '#5B1895'

red 91 ◦ green 24 ◦ blue 149

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

Shades of Indigo #5B1895

Tints of Indigo #5B1895

RGB

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

 GREEN value IS 24 (9.77% from 255) = 9.09%

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

R = 34.47%
G = 9.09%
B = 56.44%

CMYK

 C value IS 0.39

 M value IS 0.84

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5B1895 (or 0x5B1895) is known color: Indigo. HEX triplet: 5B, 18 and 95. RGB value is (91,24,149). Sum of RGB (Red+Green+Blue) = 91+24+149=264 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.47% from 264); Green value is 24 (9.77% from 255 or 9.09% from 264); Blue value is 149 (58.59% from 255 or 56.44% from 264); Max value from RGB is 149 - color contains mainly: blue. Hex color #5B1895 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1895 is #A4E76A. Grayscale: #393939. Windows color (decimal): -10807147 or 9771099. OLE color: 9771099.

HSL color Cylindrical-coordinate representation of color #5B1895: hue angle of 272.16º degrees, saturation: 0.72, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #5B1895 is Cyan = 0.39, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 91 24 149 -
CMYK 0.39 0.84 0 0.42
HSL 272.16º 0.72% 0.34% -
HSV(B) 272.16º 0.84% 0.58% -
XYZ 10.07 5.05 28.88 -
YUV 58.28 179.2 151.34 -
System Red Green Blue C M Y K H S L
Decimal 91 24 149 0.39 0.84 0 0.42 272.16 0.72 0.34
Hex 5B 18 95 27 54 0 2A 110 48 22
Octal 133 30 225 47 124 0 52 420 110 42
Binary 1011011 11000 10010101 100111 1010100 0 101010 100010000 1001000 100010

Color Harmonies of #5B1895

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1895

Black with #5B1895

Text Example


Text Example

White with #5B1895

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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