#4f3c83

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

Shades of Gigas #4F3C83

Tints of Gigas #4F3C83

Color information

#4F3C83 (or 0x4F3C83) is unknown color: approx Gigas. HEX triplet: 4F, 3C and 83. RGB value is (79,60,131). Sum of RGB (Red+Green+Blue) = 79+60+131=270 (35% of max value = 765). Red value is 79 (31.25% from 255 or 29.26% from 270); Green value is 60 (23.83% from 255 or 22.22% from 270); Blue value is 131 (51.56% from 255 or 48.52% from 270); Max value from RGB is 131 - color contains mainly: blue. Hex color #4F3C83 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #4F3C83 is #B0C37C. Grayscale: #494949. Windows color (decimal): -11584381 or 8600655. OLE color: 8600655.

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

Color convert

RGB7960131-
CMYK0.400.5400.49
HSL256.06º37.17%37.45%-
HSV(B)256.06º54.2%51.37%-
XYZ8.946.5322.26-
YUV73.77160.29131.73-

RGB Variations

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

RGB

RED value IS 79 (31.25% from 255) = 29.26%
GREEN value IS 60 (23.83% from 255) = 22.22%
BLUE value IS 131 (51.56% from 255) = 48.52%
R=29.26%
G=22.22%
B=48.52%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal79601310.400.5400.49256.0637.1737.45
Hex4F3C8328360311002525
Octal1177420350660614004545
Binary1001111111100100000111010001101100110001100000000100101100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #4f3c83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(79,60,131); }

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

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

 a { background-color: rgb(79,60,131); }

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

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

 span { border-color: rgb(79,60,131); }

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