Html Css Color HEX #5B0E7E Indigo

📋 copy color: '#5B0E7E'

red 91 ◦ green 14 ◦ blue 126

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

Shades of Indigo #5B0E7E

Tints of Indigo #5B0E7E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 6.06%

 BLUE value IS 126 (49.61% from 255) = 54.55%

R = 39.39%
G = 6.06%
B = 54.55%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.51

RGB Variations

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

Color information

#5B0E7E (or 0x5B0E7E) is known color: Indigo. HEX triplet: 5B, 0E and 7E. RGB value is (91,14,126). Sum of RGB (Red+Green+Blue) = 91+14+126=231 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.39% from 231); Green value is 14 (5.86% from 255 or 6.06% from 231); Blue value is 126 (49.61% from 255 or 54.55% from 231); Max value from RGB is 126 - color contains mainly: blue. Hex color #5B0E7E is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0E7E is #A4F181. Grayscale: #313131. Windows color (decimal): -10809730 or 8261211. OLE color: 8261211.

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

Color convert

RGB 91 14 126 -
CMYK 0.28 0.89 0 0.51
HSL 281.25º 0.8% 0.27% -
HSV(B) 281.25º 0.89% 0.49% -
XYZ 8.24 4.04 20.09 -
YUV 49.79 171.01 157.39 -
System Red Green Blue C M Y K H S L
Decimal 91 14 126 0.28 0.89 0 0.51 281.25 0.8 0.27
Hex 5B E 7E 1C 59 0 33 119 50 1B
Octal 133 16 176 34 131 0 63 431 120 33
Binary 1011011 1110 1111110 11100 1011001 0 110011 100011001 1010000 11011

Color Harmonies of #5B0E7E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0E7E

Black with #5B0E7E

Text Example


Text Example

White with #5B0E7E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(91,14,126); }

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

background-color css

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

 a { background-color: rgb(91,14,126); }

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

border-color css

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

 span { border-color: rgb(91,14,126); }

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