Html Css Color HEX #5B1297 Indigo

📋 copy color: '#5B1297'

red 91 ◦ green 18 ◦ blue 151

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

Shades of Indigo #5B1297

Tints of Indigo #5B1297

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.92%

 BLUE value IS 151 (59.38% from 255) = 58.08%

R = 35%
G = 6.92%
B = 58.08%

CMYK

 C value IS 0.40

 M value IS 0.88

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#5B1297 (or 0x5B1297) is known color: Indigo. HEX triplet: 5B, 12 and 97. RGB value is (91,18,151). Sum of RGB (Red+Green+Blue) = 91+18+151=260 (34% of max value = 765). Red value is 91 (35.94% from 255 or 35% from 260); Green value is 18 (7.42% from 255 or 6.92% from 260); Blue value is 151 (59.38% from 255 or 58.08% from 260); Max value from RGB is 151 - color contains mainly: blue. Hex color #5B1297 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B1297 is #A4ED68. Grayscale: #363636. Windows color (decimal): -10808681 or 9900635. OLE color: 9900635.

HSL color Cylindrical-coordinate representation of color #5B1297: hue angle of 272.93º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #5B1297 is Cyan = 0.40, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 91 18 151 -
CMYK 0.40 0.88 0 0.41
HSL 272.93º 0.79% 0.33% -
HSV(B) 272.93º 0.88% 0.59% -
XYZ 10.12 4.89 29.69 -
YUV 54.99 182.18 153.69 -
System Red Green Blue C M Y K H S L
Decimal 91 18 151 0.40 0.88 0 0.41 272.93 0.79 0.33
Hex 5B 12 97 28 58 0 29 111 4F 21
Octal 133 22 227 50 130 0 51 421 117 41
Binary 1011011 10010 10010111 101000 1011000 0 101001 100010001 1001111 100001

Color Harmonies of #5B1297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B1297

Black with #5B1297

Text Example


Text Example

White with #5B1297

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,18,151); }

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

background-color css

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

 a { background-color: rgb(91,18,151); }

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

border-color css

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

 span { border-color: rgb(91,18,151); }

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