Html Css Color HEX #5E0899 Indigo

📋 copy color: '#5E0899'

red 94 ◦ green 8 ◦ blue 153

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

Shades of Indigo #5E0899

Tints of Indigo #5E0899

RGB

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

 GREEN value IS 8 (3.52% from 255) = 3.14%

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

R = 36.86%
G = 3.14%
B = 60%

CMYK

 C value IS 0.39

 M value IS 0.95

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E0899 (or 0x5E0899) is known color: Indigo. HEX triplet: 5E, 08 and 99. RGB value is (94,8,153). Sum of RGB (Red+Green+Blue) = 94+8+153=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 8 (3.52% from 255 or 3.14% from 255); Blue value is 153 (60.16% from 255 or 60% from 255); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E0899 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0899 is #A1F766. Grayscale: #313131. Windows color (decimal): -10614631 or 10029150. OLE color: 10029150.

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

Color convert

RGB 94 8 153 -
CMYK 0.39 0.95 0 0.4
HSL 275.59º 0.9% 0.32% -
HSV(B) 275.59º 0.95% 0.6% -
XYZ 10.45 4.85 30.52 -
YUV 50.24 185.99 159.21 -
System Red Green Blue C M Y K H S L
Decimal 94 8 153 0.39 0.95 0 0.4 275.59 0.9 0.32
Hex 5E 8 99 27 5F 0 28 114 5A 20
Octal 136 10 231 47 137 0 50 424 132 40
Binary 1011110 1000 10011001 100111 1011111 0 101000 100010100 1011010 100000

Color Harmonies of #5E0899

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0899

Black with #5E0899

Text Example


Text Example

White with #5E0899

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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