Html Css Color HEX #5B0E7F Indigo

📋 copy color: '#5B0E7F'

red 91 ◦ green 14 ◦ blue 127

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

Shades of Indigo #5B0E7F

Tints of Indigo #5B0E7F

RGB

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

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

 BLUE value IS 127 (50% from 255) = 54.74%

R = 39.22%
G = 6.03%
B = 54.74%

CMYK

 C value IS 0.28

 M value IS 0.89

 Y value IS 0

 K value IS 0.50

RGB Variations

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

Color information

#5B0E7F (or 0x5B0E7F) is known color: Indigo. HEX triplet: 5B, 0E and 7F. RGB value is (91,14,127). Sum of RGB (Red+Green+Blue) = 91+14+127=232 (30% of max value = 765). Red value is 91 (35.94% from 255 or 39.22% from 232); Green value is 14 (5.86% from 255 or 6.03% from 232); Blue value is 127 (50% from 255 or 54.74% from 232); Max value from RGB is 127 - color contains mainly: blue. Hex color #5B0E7F is not a web safe color. Web safe color analog (approx): #660066. Inversed color of #5B0E7F is #A4F180. Grayscale: #313131. Windows color (decimal): -10809729 or 8326747. OLE color: 8326747.

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

Color convert

RGB 91 14 127 -
CMYK 0.28 0.89 0 0.50
HSL 280.88º 0.8% 0.28% -
HSV(B) 280.88º 0.89% 0.5% -
XYZ 8.3 4.07 20.43 -
YUV 49.91 171.51 157.31 -
System Red Green Blue C M Y K H S L
Decimal 91 14 127 0.28 0.89 0 0.50 280.88 0.8 0.28
Hex 5B E 7F 1C 59 0 32 119 50 1C
Octal 133 16 177 34 131 0 62 431 120 34
Binary 1011011 1110 1111111 11100 1011001 0 110010 100011001 1010000 11100

Color Harmonies of #5B0E7F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B0E7F

Black with #5B0E7F

Text Example


Text Example

White with #5B0E7F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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