Html Css Color HEX #5E1298 Indigo

📋 copy color: '#5E1298'

red 94 ◦ green 18 ◦ blue 152

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

Shades of Indigo #5E1298

Tints of Indigo #5E1298

RGB

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

 GREEN value IS 18 (7.42% from 255) = 6.82%

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

R = 35.61%
G = 6.82%
B = 57.58%

CMYK

 C value IS 0.38

 M value IS 0.88

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#5E1298 (or 0x5E1298) is known color: Indigo. HEX triplet: 5E, 12 and 98. RGB value is (94,18,152). Sum of RGB (Red+Green+Blue) = 94+18+152=264 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.61% from 264); Green value is 18 (7.42% from 255 or 6.82% from 264); Blue value is 152 (59.77% from 255 or 57.58% from 264); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E1298 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1298 is #A1ED67. Grayscale: #373737. Windows color (decimal): -10612072 or 9966174. OLE color: 9966174.

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

Color convert

RGB 94 18 152 -
CMYK 0.38 0.88 0 0.40
HSL 274.03º 0.79% 0.33% -
HSV(B) 274.03º 0.88% 0.6% -
XYZ 10.5 5.08 30.13 -
YUV 56 182.18 155.1 -
System Red Green Blue C M Y K H S L
Decimal 94 18 152 0.38 0.88 0 0.40 274.03 0.79 0.33
Hex 5E 12 98 26 58 0 28 112 4F 21
Octal 136 22 230 46 130 0 50 422 117 41
Binary 1011110 10010 10011000 100110 1011000 0 101000 100010010 1001111 100001

Color Harmonies of #5E1298

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1298

Black with #5E1298

Text Example


Text Example

White with #5E1298

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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