#51417C

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

Shades of Gigas #51417C

Tints of Gigas #51417C

Color information

#51417C (or 0x51417C) is unknown color: approx Gigas. HEX triplet: 51, 41 and 7C. RGB value is (81,65,124). Sum of RGB (Red+Green+Blue) = 81+65+124=270 (35% of max value = 765). Red value is 81 (32.03% from 255 or 30% from 270); Green value is 65 (25.78% from 255 or 24.07% from 270); Blue value is 124 (48.83% from 255 or 45.93% from 270); Max value from RGB is 124 - color contains mainly: blue. Hex color #51417C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #51417C is #AEBE83. Grayscale: #4C4C4C. Windows color (decimal): -11452036 or 8143185. OLE color: 8143185.

HSL color Cylindrical-coordinate representation of color #51417C: hue angle of 256.27º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #51417C is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.51.

Color convert

RGB8165124-
CMYK0.350.4800.51
HSL256.27º31.22%37.06%-
HSV(B)256.27º47.58%48.63%-
XYZ8.926.9919.95-
YUV76.51154.8131.2-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 30%
GREEN value IS 65 (25.78% from 255) = 24.07%
BLUE value IS 124 (48.83% from 255) = 45.93%
R=30%
G=24.07%
B=45.93%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal81651240.350.4800.51256.2731.2237.06
Hex51417C23300331001f25
Octal12110117443600634003745
Binary101000110000011111100100011110000011001110000000011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51417C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51417C; }

 p { color: rgb(81,65,124); }

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

<style>
 a { background-color: #51417C; }

 a { background-color: rgb(81,65,124); }

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

<style>
 span { border-color: #51417C; }

 span { border-color: rgb(81,65,124); }

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