Html Css Color HEX #5B187B Indigo

📋 copy color: '#5B187B'

red 91 ◦ green 24 ◦ blue 123

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

Shades of Indigo #5B187B

Tints of Indigo #5B187B

RGB

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

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

 BLUE value IS 123 (48.44% from 255) = 51.68%

R = 38.24%
G = 10.08%
B = 51.68%

CMYK

 C value IS 0.26

 M value IS 0.80

 Y value IS 0

 K value IS 0.52

RGB Variations

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

Color information

#5B187B (or 0x5B187B) is known color: Indigo. HEX triplet: 5B, 18 and 7B. RGB value is (91,24,123). Sum of RGB (Red+Green+Blue) = 91+24+123=238 (31% of max value = 765). Red value is 91 (35.94% from 255 or 38.24% from 238); Green value is 24 (9.77% from 255 or 10.08% from 238); Blue value is 123 (48.44% from 255 or 51.68% from 238); Max value from RGB is 123 - color contains mainly: blue. Hex color #5B187B is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B187B is #A4E784. Grayscale: #363636. Windows color (decimal): -10807173 or 8067163. OLE color: 8067163.

HSL color Cylindrical-coordinate representation of color #5B187B: hue angle of 280.61º degrees, saturation: 0.67, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #5B187B is Cyan = 0.26, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.52.

Color convert

RGB 91 24 123 -
CMYK 0.26 0.80 0 0.52
HSL 280.61º 0.67% 0.29% -
HSV(B) 280.61º 0.8% 0.48% -
XYZ 8.22 4.31 19.14 -
YUV 55.32 166.2 153.45 -
System Red Green Blue C M Y K H S L
Decimal 91 24 123 0.26 0.80 0 0.52 280.61 0.67 0.29
Hex 5B 18 7B 1A 50 0 34 119 43 1D
Octal 133 30 173 32 120 0 64 431 103 35
Binary 1011011 11000 1111011 11010 1010000 0 110100 100011001 1000011 11101

Color Harmonies of #5B187B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B187B

Black with #5B187B

Text Example


Text Example

White with #5B187B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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