Html Css Color HEX #5B187C Indigo

📋 copy color: '#5B187C'

red 91 ◦ green 24 ◦ blue 124

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

Shades of Indigo #5B187C

Tints of Indigo #5B187C

RGB

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

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

 BLUE value IS 124 (48.83% from 255) = 51.88%

R = 38.08%
G = 10.04%
B = 51.88%

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

#5B187C (or 0x5B187C) is known color: Indigo. HEX triplet: 5B, 18 and 7C. RGB value is (91,24,124). Sum of RGB (Red+Green+Blue) = 91+24+124=239 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.08% from 239); Green value is 24 (9.77% from 255 or 10.04% from 239); Blue value is 124 (48.83% from 255 or 51.88% from 239); Max value from RGB is 124 - color contains mainly: blue. Hex color #5B187C is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B187C is #A4E783. Grayscale: #373737. Windows color (decimal): -10807172 or 8132699. OLE color: 8132699.

HSL color Cylindrical-coordinate representation of color #5B187C: hue angle of 280.2º 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 #5B187C is Cyan = 0.27, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB 91 24 124 -
CMYK 0.27 0.81 0 0.51
HSL 280.2º 0.68% 0.29% -
HSV(B) 280.2º 0.81% 0.49% -
XYZ 8.28 4.33 19.47 -
YUV 55.43 166.7 153.37 -
System Red Green Blue C M Y K H S L
Decimal 91 24 124 0.27 0.81 0 0.51 280.2 0.68 0.29
Hex 5B 18 7C 1B 51 0 33 118 44 1D
Octal 133 30 174 33 121 0 63 430 104 35
Binary 1011011 11000 1111100 11011 1010001 0 110011 100011000 1000100 11101

Color Harmonies of #5B187C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B187C

Black with #5B187C

Text Example


Text Example

White with #5B187C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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