Html Css Color HEX #5E0D94 Indigo

📋 copy color: '#5E0D94'

red 94 ◦ green 13 ◦ blue 148

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

Shades of Indigo #5E0D94

Tints of Indigo #5E0D94

RGB

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

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

 BLUE value IS 148 (58.2% from 255) = 58.04%

R = 36.86%
G = 5.1%
B = 58.04%

CMYK

 C value IS 0.36

 M value IS 0.91

 Y value IS 0

 K value IS 0.42

RGB Variations

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

Color information

#5E0D94 (or 0x5E0D94) is known color: Indigo. HEX triplet: 5E, 0D and 94. RGB value is (94,13,148). Sum of RGB (Red+Green+Blue) = 94+13+148=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 13 (5.47% from 255 or 5.10% from 255); Blue value is 148 (58.20% from 255 or 58.04% from 255); Max value from RGB is 148 - color contains mainly: blue. Hex color #5E0D94 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0D94 is #A1F26B. Grayscale: #343434. Windows color (decimal): -10613356 or 9702750. OLE color: 9702750.

HSL color Cylindrical-coordinate representation of color #5E0D94: hue angle of 276º 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 #5E0D94 is Cyan = 0.36, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB 94 13 148 -
CMYK 0.36 0.91 0 0.42
HSL 276º 0.84% 0.32% -
HSV(B) 276º 0.91% 0.58% -
XYZ 10.11 4.81 28.41 -
YUV 52.61 181.84 157.52 -
System Red Green Blue C M Y K H S L
Decimal 94 13 148 0.36 0.91 0 0.42 276 0.84 0.32
Hex 5E D 94 24 5B 0 2A 114 54 20
Octal 136 15 224 44 133 0 52 424 124 40
Binary 1011110 1101 10010100 100100 1011011 0 101010 100010100 1010100 100000

Color Harmonies of #5E0D94

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0D94

Black with #5E0D94

Text Example


Text Example

White with #5E0D94

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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