Html Css Color HEX #5B088D Indigo

📋 copy color: '#5B088D'

red 91 ◦ green 8 ◦ blue 141

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

Shades of Indigo #5B088D

Tints of Indigo #5B088D

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.33%

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

R = 37.92%
G = 3.33%
B = 58.75%

CMYK

 C value IS 0.35

 M value IS 0.94

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#5B088D (or 0x5B088D) is known color: Indigo. HEX triplet: 5B, 08 and 8D. RGB value is (91,8,141). Sum of RGB (Red+Green+Blue) = 91+8+141=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 8 (3.52% from 255 or 3.33% from 240); Blue value is 141 (55.47% from 255 or 58.75% from 240); Max value from RGB is 141 - color contains mainly: blue. Hex color #5B088D is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5B088D is #A4F772. Grayscale: #2F2F2F. Windows color (decimal): -10811251 or 9242715. OLE color: 9242715.

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

Color convert

RGB 91 8 141 -
CMYK 0.35 0.94 0 0.45
HSL 277.44º 0.89% 0.29% -
HSV(B) 277.44º 0.94% 0.55% -
XYZ 9.21 4.32 25.55 -
YUV 47.98 180.5 158.69 -
System Red Green Blue C M Y K H S L
Decimal 91 8 141 0.35 0.94 0 0.45 277.44 0.89 0.29
Hex 5B 8 8D 23 5E 0 2D 115 59 1D
Octal 133 10 215 43 136 0 55 425 131 35
Binary 1011011 1000 10001101 100011 1011110 0 101101 100010101 1011001 11101

Color Harmonies of #5B088D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B088D

Black with #5B088D

Text Example


Text Example

White with #5B088D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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