#5E1198

Color #5E1198 Indigo (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Indigo #5E1198

Tints of Indigo #5E1198

Color information

#5E1198 (or 0x5E1198) is unknown color: approx Indigo. HEX triplet: 5E, 11 and 98. RGB value is (94,17,152). Sum of RGB (Red+Green+Blue) = 94+17+152=263 (34% of max value = 765). Red value is 94 (37.11% from 255 or 35.74% from 263); Green value is 17 (7.03% from 255 or 6.46% from 263); Blue value is 152 (59.77% from 255 or 57.79% from 263); Max value from RGB is 152 - color contains mainly: blue. Hex color #5E1198 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E1198 is #A1EE67. Grayscale: #363636. Windows color (decimal): -10612328 or 9965918. OLE color: 9965918.

HSL color Cylindrical-coordinate representation of color #5E1198: hue angle of 274.22º degrees, saturation: 0.8, 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 #5E1198 is Cyan = 0.38, Magento = 0.89, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB9417152-
CMYK0.380.8900.40
HSL274.22º79.88%33.14%-
HSV(B)274.22º88.82%59.61%-
XYZ10.485.0530.13-
YUV55.41182.51155.52-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 35.74%
GREEN value IS 17 (7.03% from 255) = 6.46%
BLUE value IS 152 (59.77% from 255) = 57.79%
R=35.74%
G=6.46%
B=57.79%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.89
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal94171520.380.8900.40274.2279.8833.14
Hex5E119826590281125021
Octal136212304613105042212041
Binary10111101000110011000100110101100101010001000100101010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E1198

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #5E1198;
 }
 .AnyTagClassName
 {
   color: #5E1198;
 }
</style>
background-color css

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

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

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

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

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

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