Html Css Color HEX #5B1198 Indigo

📋 copy color: '#5B1198'

red 91 ◦ green 17 ◦ blue 152

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

Shades of Indigo #5B1198

Tints of Indigo #5B1198

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.54%

 BLUE value IS 152 (59.77% from 255) = 58.46%

R = 35%
G = 6.54%
B = 58.46%

CMYK

 C value IS 0.40

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B1198 (or 0x5B1198) is known color: Indigo. HEX triplet: 5B, 11 and 98. RGB value is (91,17,152). Sum of RGB (Red+Green+Blue) = 91+17+152=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 17 (7.03% from 255 or 6.54% from 260); Blue value is 152 (59.77% from 255 or 58.46% from 260); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B1198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1198 is #A4EE67. Grayscale: #363636. Windows color (decimal): -10808936 or 9965915. OLE color: 9965915.

HSL color Cylindrical-coordinate representation of color #5B1198: hue angle of 272.89º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #5B1198 is Cyan = 0.40, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 17 152 -
CMYK 0.40 0.89 0 0.40
HSL 272.89º 0.8% 0.33% -
HSV(B) 272.89º 0.89% 0.6% -
XYZ 10.18 4.89 30.11 -
YUV 54.52 183.02 154.02 -
System Red Green Blue C M Y K H S L
Decimal 91 17 152 0.40 0.89 0 0.40 272.89 0.8 0.33
Hex 5B 11 98 28 59 0 28 111 50 21
Octal 133 21 230 50 131 0 50 421 120 41
Binary 1011011 10001 10011000 101000 1011001 0 101000 100010001 1010000 100001

Color Harmonies of #5B1198

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1198

Black with #5B1198

Text Example


Text Example

White with #5B1198

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,17,152); }

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

background-color css

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

 a { background-color: rgb(91,17,152); }

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

border-color css

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

 span { border-color: rgb(91,17,152); }

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