Html Css Color HEX #5B187D Indigo

📋 copy color: '#5B187D'

red 91 ◦ green 24 ◦ blue 125

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

Shades of Indigo #5B187D

Tints of Indigo #5B187D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 10%

 BLUE value IS 125 (49.22% from 255) = 52.08%

R = 37.92%
G = 10%
B = 52.08%

CMYK

 C value IS 0.27

 M value IS 0.81

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B187D (or 0x5B187D) is known color: Indigo. HEX triplet: 5B, 18 and 7D. RGB value is (91,24,125). Sum of RGB (Red+Green+Blue) = 91+24+125=240 (31% of max value = 765). Red value is 91 (35.94% from 255 or 37.92% from 240); Green value is 24 (9.77% from 255 or 10% from 240); Blue value is 125 (49.22% from 255 or 52.08% from 240); Max value from RGB is 125 - color contains mainly: blue. Hex color #5B187D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B187D is #A4E782. Grayscale: #373737. Windows color (decimal): -10807171 or 8198235. OLE color: 8198235.

HSL color Cylindrical-coordinate representation of color #5B187D: hue angle of 279.8º degrees, saturation: 0.68, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #5B187D is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 24 125 -
CMYK 0.27 0.81 0 0.51
HSL 279.8º 0.68% 0.29% -
HSV(B) 279.8º 0.81% 0.49% -
XYZ 8.34 4.36 19.8 -
YUV 55.55 167.2 153.29 -
System Red Green Blue C M Y K H S L
Decimal 91 24 125 0.27 0.81 0 0.51 279.8 0.68 0.29
Hex 5B 18 7D 1B 51 0 33 118 44 1D
Octal 133 30 175 33 121 0 63 430 104 35
Binary 1011011 11000 1111101 11011 1010001 0 110011 100011000 1000100 11101

Color Harmonies of #5B187D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B187D

Black with #5B187D

Text Example


Text Example

White with #5B187D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,24,125); }

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

background-color css

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

 a { background-color: rgb(91,24,125); }

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

border-color css

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

 span { border-color: rgb(91,24,125); }

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