Html Css Color HEX #5E0B99 Indigo

📋 copy color: '#5E0B99'

red 94 ◦ green 11 ◦ blue 153

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

Shades of Indigo #5E0B99

Tints of Indigo #5E0B99

RGB

 RED value IS 94 (37.11% from 255) = 36.43%

 GREEN value IS 11 (4.69% from 255) = 4.26%

 BLUE value IS 153 (60.16% from 255) = 59.3%

R = 36.43%
G = 4.26%
B = 59.3%

CMYK

 C value IS 0.39

 M value IS 0.93

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E0B99 (or 0x5E0B99) is known color: Indigo. HEX triplet: 5E, 0B and 99. RGB value is (94,11,153). Sum of RGB (Red+Green+Blue) = 94+11+153=258 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.43% from 258); Green value is 11 (4.69% from 255 or 4.26% from 258); Blue value is 153 (60.16% from 255 or 59.30% from 258); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E0B99 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0B99 is #A1F466. Grayscale: #333333. Windows color (decimal): -10613863 or 10029918. OLE color: 10029918.

HSL color Cylindrical-coordinate representation of color #5E0B99: hue angle of 275.07º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0B99 is Cyan = 0.39, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB 94 11 153 -
CMYK 0.39 0.93 0 0.4
HSL 275.07º 0.87% 0.32% -
HSV(B) 275.07º 0.93% 0.6% -
XYZ 10.49 4.92 30.53 -
YUV 52.01 185 157.95 -
System Red Green Blue C M Y K H S L
Decimal 94 11 153 0.39 0.93 0 0.4 275.07 0.87 0.32
Hex 5E B 99 27 5D 0 28 113 57 20
Octal 136 13 231 47 135 0 50 423 127 40
Binary 1011110 1011 10011001 100111 1011101 0 101000 100010011 1010111 100000

Color Harmonies of #5E0B99

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0B99

Black with #5E0B99

Text Example


Text Example

White with #5E0B99

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,11,153); }

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

background-color css

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

 a { background-color: rgb(94,11,153); }

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

border-color css

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

 span { border-color: rgb(94,11,153); }

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