Html Css Color HEX #5E1098 Indigo

📋 copy color: '#5E1098'

red 94 ◦ green 16 ◦ blue 152

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

Shades of Indigo #5E1098

Tints of Indigo #5E1098

RGB

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

 GREEN value IS 16 (6.64% from 255) = 6.11%

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

R = 35.88%
G = 6.11%
B = 58.02%

CMYK

 C value IS 0.38

 M value IS 0.89

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5E1098 (or 0x5E1098) is known color: Indigo. HEX triplet: 5E, 10 and 98. RGB value is (94,16,152). Sum of RGB (Red+Green+Blue) = 94+16+152=262 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.88% from 262); Green value is 16 (6.64% from 255 or 6.11% from 262); Blue value is 152 (59.77% from 255 or 58.02% from 262); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E1098 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1098 is #A1EF67. Grayscale: #363636. Windows color (decimal): -10612584 or 9965662. OLE color: 9965662.

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

Color convert

RGB 94 16 152 -
CMYK 0.38 0.89 0 0.40
HSL 274.41º 0.81% 0.33% -
HSV(B) 274.41º 0.89% 0.6% -
XYZ 10.47 5.02 30.12 -
YUV 54.83 182.84 155.94 -
System Red Green Blue C M Y K H S L
Decimal 94 16 152 0.38 0.89 0 0.40 274.41 0.81 0.33
Hex 5E 10 98 26 59 0 28 112 51 21
Octal 136 20 230 46 131 0 50 422 121 41
Binary 1011110 10000 10011000 100110 1011001 0 101000 100010010 1010001 100001

Color Harmonies of #5E1098

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1098

Black with #5E1098

Text Example


Text Example

White with #5E1098

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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