Html Css Color HEX #5E1299 Indigo

📋 copy color: '#5E1299'

red 94 ◦ green 18 ◦ blue 153

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

Shades of Indigo #5E1299

Tints of Indigo #5E1299

RGB

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

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

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

R = 35.47%
G = 6.79%
B = 57.74%

CMYK

 C value IS 0.39

 M value IS 0.88

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#5E1299 (or 0x5E1299) is known color: Indigo. HEX triplet: 5E, 12 and 99. RGB value is (94,18,153). Sum of RGB (Red+Green+Blue) = 94+18+153=265 (35% of max value = 765). Red value is 94 (37.11% from 255 or 35.47% from 265); Green value is 18 (7.42% from 255 or 6.79% from 265); Blue value is 153 (60.16% from 255 or 57.74% from 265); Max value from RGB is 153 - color contains mainly: blue. Hex color #5E1299 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1299 is #A1ED66. Grayscale: #373737. Windows color (decimal): -10612071 or 10031710. OLE color: 10031710.

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

Color convert

RGB 94 18 153 -
CMYK 0.39 0.88 0 0.4
HSL 273.78º 0.79% 0.34% -
HSV(B) 273.78º 0.88% 0.6% -
XYZ 10.58 5.11 30.57 -
YUV 56.11 182.68 155.02 -
System Red Green Blue C M Y K H S L
Decimal 94 18 153 0.39 0.88 0 0.4 273.78 0.79 0.34
Hex 5E 12 99 27 58 0 28 112 4F 22
Octal 136 22 231 47 130 0 50 422 117 42
Binary 1011110 10010 10011001 100111 1011000 0 101000 100010010 1001111 100010

Color Harmonies of #5E1299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E1299

Black with #5E1299

Text Example


Text Example

White with #5E1299

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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