Html Css Color HEX #5E0199 Indigo

📋 copy color: '#5E0199'

red 94 ◦ green 1 ◦ blue 153

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

Shades of Indigo #5E0199

Tints of Indigo #5E0199

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.4%

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

R = 37.9%
G = 0.4%
B = 61.69%

CMYK

 C value IS 0.39

 M value IS 0.99

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E0199 (or 0x5E0199) is known color: Indigo. HEX triplet: 5E, 01 and 99. RGB value is (94,1,153). Sum of RGB (Red+Green+Blue) = 94+1+153=248 (32% of max value = 765). Red value is 94 (37.11% from 255 or 37.90% from 248); Green value is 1 (0.78% from 255 or 0.40% from 248); Blue value is 153 (60.16% from 255 or 61.69% from 248); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E0199 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0199 is #A1FE66. Grayscale: #2D2D2D. Windows color (decimal): -10616423 or 10027358. OLE color: 10027358.

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

Color convert

RGB 94 1 153 -
CMYK 0.39 0.99 0 0.4
HSL 276.71º 0.99% 0.3% -
HSV(B) 276.71º 0.99% 0.6% -
XYZ 10.38 4.7 30.5 -
YUV 46.14 188.31 162.14 -
System Red Green Blue C M Y K H S L
Decimal 94 1 153 0.39 0.99 0 0.4 276.71 0.99 0.3
Hex 5E 1 99 27 63 0 28 115 63 1E
Octal 136 1 231 47 143 0 50 425 143 36
Binary 1011110 1 10011001 100111 1100011 0 101000 100010101 1100011 11110

Color Harmonies of #5E0199

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0199

Black with #5E0199

Text Example


Text Example

White with #5E0199

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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