#4E3C81

Color #4E3C81 Gigas (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Gigas #4E3C81

Tints of Gigas #4E3C81

Color information

#4E3C81 (or 0x4E3C81) is unknown color: approx Gigas. HEX triplet: 4E, 3C and 81. RGB value is (78,60,129). Sum of RGB (Red+Green+Blue) = 78+60+129=267 (35% of max value = 765). Red value is 78 (30.86% from 255 or 29.21% from 267); Green value is 60 (23.83% from 255 or 22.47% from 267); Blue value is 129 (50.78% from 255 or 48.31% from 267); Max value from RGB is 129 - color contains mainly: blue. Hex color #4E3C81 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4E3C81 is #B1C37E. Grayscale: #484848. Windows color (decimal): -11649919 or 8469582. OLE color: 8469582.

HSL color Cylindrical-coordinate representation of color #4E3C81: hue angle of 255.65º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #4E3C81 is Cyan = 0.40, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.49.

Color convert

RGB7860129-
CMYK0.400.5300.49
HSL255.65º36.51%37.06%-
HSV(B)255.65º53.49%50.59%-
XYZ8.726.4421.55-
YUV73.25159.46131.39-

RGB Variations

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

RGB

RED value IS 78 (30.86% from 255) = 29.21%
GREEN value IS 60 (23.83% from 255) = 22.47%
BLUE value IS 129 (50.78% from 255) = 48.31%
R=29.21%
G=22.47%
B=48.31%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal78601290.400.5300.49255.6536.5137.06
Hex4E3C8128350311002525
Octal1167420150650614004545
Binary1001110111100100000011010001101010110001100000000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4E3C81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #4E3C81; }

 p { color: rgb(78,60,129); }

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

<style>
 a { background-color: #4E3C81; }

 a { background-color: rgb(78,60,129); }

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

<style>
 span { border-color: #4E3C81; }

 span { border-color: rgb(78,60,129); }

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