#5E0292

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

Shades of Indigo #5E0292

Tints of Indigo #5E0292

Color information

#5E0292 (or 0x5E0292) is unknown color: approx Indigo. HEX triplet: 5E, 02 and 92. RGB value is (94,2,146). Sum of RGB (Red+Green+Blue) = 94+2+146=242 (32% of max value = 765). Red value is 94 (37.11% from 255 or 38.84% from 242); Green value is 2 (1.17% from 255 or 0.83% from 242); Blue value is 146 (57.42% from 255 or 60.33% from 242); Max value from RGB is 146 - color contains mainly: blue. Hex color #5E0292 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E0292 is #A1FD6D. Grayscale: #2D2D2D. Windows color (decimal): -10616174 or 9568862. OLE color: 9568862.

HSL color Cylindrical-coordinate representation of color #5E0292: hue angle of 278.33º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #5E0292 is Cyan = 0.36, Magento = 0.99, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB942146-
CMYK0.360.9900.43
HSL278.33º97.3%29.02%-
HSV(B)278.33º98.63%57.25%-
XYZ9.834.527.54-
YUV45.92184.48162.29-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 38.84%
GREEN value IS 2 (1.17% from 255) = 0.83%
BLUE value IS 146 (57.42% from 255) = 60.33%
R=38.84%
G=0.83%
B=60.33%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal9421460.360.9900.43278.3397.329.02
Hex5E292246302B116611d
Octal13622224414305342614135
Binary1011110101001001010010011000110101011100010110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E0292

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,2,146); }

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

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

 a { background-color: rgb(94,2,146); }

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

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

 span { border-color: rgb(94,2,146); }

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