#5E03A4

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

Shades of Indigo #5E03A4

Tints of Indigo #5E03A4

Color information

#5E03A4 (or 0x5E03A4) is unknown color: approx Indigo. HEX triplet: 5E, 03 and A4. RGB value is (94,3,164). Sum of RGB (Red+Green+Blue) = 94+3+164=261 (34% of max value = 765). Red value is 94 (37.11% from 255 or 36.02% from 261); Green value is 3 (1.56% from 255 or 1.15% from 261); Blue value is 164 (64.45% from 255 or 62.84% from 261); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E03A4 is not a web safe color. Web safe color analog (approx): #660099. Inversed color of #5E03A4 is #A1FC5B. Grayscale: #303030. Windows color (decimal): -10615900 or 10748766. OLE color: 10748766.

HSL color Cylindrical-coordinate representation of color #5E03A4: hue angle of 273.91º degrees, saturation: 0.96, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #5E03A4 is Cyan = 0.43, Magento = 0.98, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB943164-
CMYK0.430.9800.36
HSL273.91º96.41%32.75%-
HSV(B)273.91º98.17%64.31%-
XYZ11.355.1335.51-
YUV48.56193.15160.41-

RGB Variations

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

RGB

RED value IS 94 (37.11% from 255) = 36.02%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 164 (64.45% from 255) = 62.84%
R=36.02%
G=1.15%
B=62.84%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal9431640.430.9800.36273.9196.4132.75
Hex5E3A42B620241126021
Octal13632445314204442214041
Binary10111101110100100101011110001001001001000100101100000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5E03A4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(94,3,164); }

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

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

 a { background-color: rgb(94,3,164); }

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

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

 span { border-color: rgb(94,3,164); }

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