Html Css Color HEX #5B1398 Indigo

📋 copy color: '#5B1398'

red 91 ◦ green 19 ◦ blue 152

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

Shades of Indigo #5B1398

Tints of Indigo #5B1398

RGB

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

 GREEN value IS 19 (7.81% from 255) = 7.25%

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

R = 34.73%
G = 7.25%
B = 58.02%

CMYK

 C value IS 0.40

 M value IS 0.87

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5B1398 (or 0x5B1398) is known color: Indigo. HEX triplet: 5B, 13 and 98. RGB value is (91,19,152). Sum of RGB (Red+Green+Blue) = 91+19+152=262 (34% of max value = 765). Red value is 91 (35.94% from 255 or 34.73% from 262); Green value is 19 (7.81% from 255 or 7.25% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #5B1398 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1398 is #A4EC67. Grayscale: #373737. Windows color (decimal): -10808424 or 9966427. OLE color: 9966427.

HSL color Cylindrical-coordinate representation of color #5B1398: hue angle of 272.48º degrees, saturation: 0.78, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1398 is Cyan = 0.40, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 91 19 152 -
CMYK 0.40 0.87 0 0.40
HSL 272.48º 0.78% 0.34% -
HSV(B) 272.48º 0.88% 0.6% -
XYZ 10.21 4.96 30.12 -
YUV 55.69 182.35 153.19 -
System Red Green Blue C M Y K H S L
Decimal 91 19 152 0.40 0.87 0 0.40 272.48 0.78 0.34
Hex 5B 13 98 28 57 0 28 110 4E 22
Octal 133 23 230 50 127 0 50 420 116 42
Binary 1011011 10011 10011000 101000 1010111 0 101000 100010000 1001110 100010

Color Harmonies of #5B1398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1398

Black with #5B1398

Text Example


Text Example

White with #5B1398

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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