Html Css Color HEX #5E0998 Indigo

📋 copy color: '#5E0998'

red 94 ◦ green 9 ◦ blue 152

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

Shades of Indigo #5E0998

Tints of Indigo #5E0998

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.53%

 BLUE value IS 152 (59.77% from 255) = 59.61%

R = 36.86%
G = 3.53%
B = 59.61%

CMYK

 C value IS 0.38

 M value IS 0.94

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5E0998 (or 0x5E0998) is known color: Indigo. HEX triplet: 5E, 09 and 98. RGB value is (94,9,152). Sum of RGB (Red+Green+Blue) = 94+9+152=255 (33% of max value = 765). Red value is 94 (37.11% from 255 or 36.86% from 255); Green value is 9 (3.91% from 255 or 3.53% from 255); Blue value is 152 (59.77% from 255 or 59.61% from 255); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E0998 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0998 is #A1F667. Grayscale: #323232. Windows color (decimal): -10614376 or 9963870. OLE color: 9963870.

HSL color Cylindrical-coordinate representation of color #5E0998: hue angle of 275.66º degrees, saturation: 0.89, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #5E0998 is Cyan = 0.38, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 94 9 152 -
CMYK 0.38 0.94 0 0.40
HSL 275.66º 0.89% 0.32% -
HSV(B) 275.66º 0.94% 0.6% -
XYZ 10.38 4.84 30.09 -
YUV 50.72 185.16 158.87 -
System Red Green Blue C M Y K H S L
Decimal 94 9 152 0.38 0.94 0 0.40 275.66 0.89 0.32
Hex 5E 9 98 26 5E 0 28 114 59 20
Octal 136 11 230 46 136 0 50 424 131 40
Binary 1011110 1001 10011000 100110 1011110 0 101000 100010100 1011001 100000

Color Harmonies of #5E0998

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E0998

Black with #5E0998

Text Example


Text Example

White with #5E0998

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,9,152); }

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

background-color css

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

 a { background-color: rgb(94,9,152); }

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

border-color css

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

 span { border-color: rgb(94,9,152); }

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