Html Css Color HEX #5B106D Indigo

📋 copy color: '#5B106D'

red 91 ◦ green 16 ◦ blue 109

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

Shades of Indigo #5B106D

Tints of Indigo #5B106D

RGB

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

 GREEN value IS 16 (6.64% from 255) = 7.41%

 BLUE value IS 109 (42.97% from 255) = 50.46%

R = 42.13%
G = 7.41%
B = 50.46%

CMYK

 C value IS 0.17

 M value IS 0.85

 Y value IS 0

 K value IS 0.57

RGB Variations

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

Color information

#5B106D (or 0x5B106D) is known color: Indigo. HEX triplet: 5B, 10 and 6D. RGB value is (91,16,109). Sum of RGB (Red+Green+Blue) = 91+16+109=216 (28% of max value = 765). Red value is 91 (35.94% from 255 or 42.13% from 216); Green value is 16 (6.64% from 255 or 7.41% from 216); Blue value is 109 (42.97% from 255 or 50.46% from 216); Max value from RGB is 109 - color contains mainly: blue. Hex color #5B106D is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B106D is #A4EF92. Grayscale: #303030. Windows color (decimal): -10809235 or 7147611. OLE color: 7147611.

HSL color Cylindrical-coordinate representation of color #5B106D: hue angle of 288.39º degrees, saturation: 0.74, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #5B106D is Cyan = 0.17, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB 91 16 109 -
CMYK 0.17 0.85 0 0.57
HSL 288.39º 0.74% 0.25% -
HSV(B) 288.39º 0.85% 0.43% -
XYZ 7.26 3.7 14.8 -
YUV 49.03 161.85 157.94 -
System Red Green Blue C M Y K H S L
Decimal 91 16 109 0.17 0.85 0 0.57 288.39 0.74 0.25
Hex 5B 10 6D 11 55 0 39 120 4A 19
Octal 133 20 155 21 125 0 71 440 112 31
Binary 1011011 10000 1101101 10001 1010101 0 111001 100100000 1001010 11001

Color Harmonies of #5B106D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B106D

Black with #5B106D

Text Example


Text Example

White with #5B106D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,16,109); }

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

background-color css

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

 a { background-color: rgb(91,16,109); }

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

border-color css

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

 span { border-color: rgb(91,16,109); }

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