Html Css Color HEX #5E0D95 Indigo

📋 copy color: '#5E0D95'

red 94 ◦ green 13 ◦ blue 149

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

Shades of Indigo #5E0D95

Tints of Indigo #5E0D95

RGB

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

 GREEN value IS 13 (5.47% from 255) = 5.08%

 BLUE value IS 149 (58.59% from 255) = 58.2%

R = 36.72%
G = 5.08%
B = 58.2%

CMYK

 C value IS 0.37

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E0D95 (or 0x5E0D95) is known color: Indigo. HEX triplet: 5E, 0D and 95. RGB value is (94,13,149). Sum of RGB (Red+Green+Blue) = 94+13+149=256 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.72% from 256); Green value is 13 (5.47% from 255 or 5.08% from 256); Blue value is 149 (58.59% from 255 or 58.20% from 256); Max value from RGB is 149 - color contains mainly: blue. Hex color #5E0D95 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0D95 is #A1F26A. Grayscale: #343434. Windows color (decimal): -10613355 or 9768286. OLE color: 9768286.

HSL color Cylindrical-coordinate representation of color #5E0D95: hue angle of 275.74º degrees, saturation: 0.84, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #5E0D95 is Cyan = 0.37, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 13 149 -
CMYK 0.37 0.91 0 0.42
HSL 275.74º 0.84% 0.32% -
HSV(B) 275.74º 0.91% 0.58% -
XYZ 10.18 4.84 28.83 -
YUV 52.72 182.34 157.44 -
System Red Green Blue C M Y K H S L
Decimal 94 13 149 0.37 0.91 0 0.42 275.74 0.84 0.32
Hex 5E D 95 25 5B 0 2A 114 54 20
Octal 136 15 225 45 133 0 52 424 124 40
Binary 1011110 1101 10010101 100101 1011011 0 101010 100010100 1010100 100000

Color Harmonies of #5E0D95

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0D95

Black with #5E0D95

Text Example


Text Example

White with #5E0D95

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,13,149); }

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

background-color css

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

 a { background-color: rgb(94,13,149); }

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

border-color css

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

 span { border-color: rgb(94,13,149); }

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