Html Css Color HEX #5B128D Indigo

📋 copy color: '#5B128D'

red 91 ◦ green 18 ◦ blue 141

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

Shades of Indigo #5B128D

Tints of Indigo #5B128D

RGB

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

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

 BLUE value IS 141 (55.47% from 255) = 56.4%

R = 36.4%
G = 7.2%
B = 56.4%

CMYK

 C value IS 0.35

 M value IS 0.87

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B128D (or 0x5B128D) is known color: Indigo. HEX triplet: 5B, 12 and 8D. RGB value is (91,18,141). Sum of RGB (Red+Green+Blue) = 91+18+141=250 (33% of max value = 765). Red value is 91 (35.94% from 255 or 36.4% from 250); Green value is 18 (7.42% from 255 or 7.2% from 250); Blue value is 141 (55.47% from 255 or 56.4% from 250); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B128D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B128D is #A4ED72. Grayscale: #353535. Windows color (decimal): -10808691 or 9245275. OLE color: 9245275.

HSL color Cylindrical-coordinate representation of color #5B128D: hue angle of 275.61º degrees, saturation: 0.77, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #5B128D is Cyan = 0.35, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 91 18 141 -
CMYK 0.35 0.87 0 0.45
HSL 275.61º 0.77% 0.31% -
HSV(B) 275.61º 0.87% 0.55% -
XYZ 9.34 4.58 25.59 -
YUV 53.85 177.18 154.5 -
System Red Green Blue C M Y K H S L
Decimal 91 18 141 0.35 0.87 0 0.45 275.61 0.77 0.31
Hex 5B 12 8D 23 57 0 2D 114 4D 1F
Octal 133 22 215 43 127 0 55 424 115 37
Binary 1011011 10010 10001101 100011 1010111 0 101101 100010100 1001101 11111

Color Harmonies of #5B128D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B128D

Black with #5B128D

Text Example


Text Example

White with #5B128D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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