Html Css Color HEX #5E0B9F Indigo

📋 copy color: '#5E0B9F'

red 94 ◦ green 11 ◦ blue 159

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

Shades of Indigo #5E0B9F

Tints of Indigo #5E0B9F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 60.23%

R = 35.61%
G = 4.17%
B = 60.23%

CMYK

 C value IS 0.41

 M value IS 0.93

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#5E0B9F (or 0x5E0B9F) is known color: Indigo. HEX triplet: 5E, 0B and 9F. RGB value is (94,11,159). Sum of RGB (Red+Green+Blue) = 94+11+159=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 159 (62.5% from 255 or 60.23% from 264); Max value from RGB is 159 - color contains mainly: blue. Hex color #5E0B9F is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0B9F is #A1F460. Grayscale: #343434. Windows color (decimal): -10613857 or 10423134. OLE color: 10423134.

HSL color Cylindrical-coordinate representation of color #5E0B9F: hue angle of 273.65º degrees, saturation: 0.87, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #5E0B9F is Cyan = 0.41, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 94 11 159 -
CMYK 0.41 0.93 0 0.38
HSL 273.65º 0.87% 0.33% -
HSV(B) 273.65º 0.93% 0.62% -
XYZ 10.99 5.12 33.21 -
YUV 52.69 188 157.47 -
System Red Green Blue C M Y K H S L
Decimal 94 11 159 0.41 0.93 0 0.38 273.65 0.87 0.33
Hex 5E B 9F 29 5D 0 26 112 57 21
Octal 136 13 237 51 135 0 46 422 127 41
Binary 1011110 1011 10011111 101001 1011101 0 100110 100010010 1010111 100001

Color Harmonies of #5E0B9F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0B9F

Black with #5E0B9F

Text Example


Text Example

White with #5E0B9F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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