#51407F

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

Shades of Gigas #51407F

Tints of Gigas #51407F

Color information

#51407F (or 0x51407F) is unknown color: approx Gigas. HEX triplet: 51, 40 and 7F. RGB value is (81,64,127). Sum of RGB (Red+Green+Blue) = 81+64+127=272 (36% of max value = 765). Red value is 81 (32.03% from 255 or 29.78% from 272); Green value is 64 (25.39% from 255 or 23.53% from 272); Blue value is 127 (50% from 255 or 46.69% from 272); Max value from RGB is 127 - color contains mainly: blue. Hex color #51407F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51407F is #AEBF80. Grayscale: #4C4C4C. Windows color (decimal): -11452289 or 8339537. OLE color: 8339537.

HSL color Cylindrical-coordinate representation of color #51407F: hue angle of 256.19º degrees, saturation: 0.33, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #51407F is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB8164127-
CMYK0.360.5000.50
HSL256.19º32.98%37.45%-
HSV(B)256.19º49.61%49.8%-
XYZ9.066.9520.94-
YUV76.26156.63131.38-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 29.78%
GREEN value IS 64 (25.39% from 255) = 23.53%
BLUE value IS 127 (50% from 255) = 46.69%
R=29.78%
G=23.53%
B=46.69%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal81641270.360.5000.50256.1932.9837.45
Hex51407F24320321002125
Octal12110017744620624004145
Binary1010001100000011111111001001100100110010100000000100001100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51407F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51407F; }

 p { color: rgb(81,64,127); }

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

<style>
 a { background-color: #51407F; }

 a { background-color: rgb(81,64,127); }

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

<style>
 span { border-color: #51407F; }

 span { border-color: rgb(81,64,127); }

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