#51418A

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

Shades of Gigas #51418A

Tints of Gigas #51418A

Color information

#51418A (or 0x51418A) is unknown color: approx Gigas. HEX triplet: 51, 41 and 8A. RGB value is (81,65,138). Sum of RGB (Red+Green+Blue) = 81+65+138=284 (37% of max value = 765). Red value is 81 (32.03% from 255 or 28.52% from 284); Green value is 65 (25.78% from 255 or 22.89% from 284); Blue value is 138 (54.30% from 255 or 48.59% from 284); Max value from RGB is 138 - color contains mainly: blue. Hex color #51418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #51418A is #AEBE75. Grayscale: #4D4D4D. Windows color (decimal): -11452022 or 9060689. OLE color: 9060689.

HSL color Cylindrical-coordinate representation of color #51418A: hue angle of 253.15º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #51418A is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8165138-
CMYK0.410.5300.46
HSL253.15º35.96%39.8%-
HSV(B)253.15º52.9%54.12%-
XYZ9.877.3624.95-
YUV78.11161.8130.06-

RGB Variations

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

RGB

RED value IS 81 (32.03% from 255) = 28.52%
GREEN value IS 65 (25.78% from 255) = 22.89%
BLUE value IS 138 (54.30% from 255) = 48.59%
R=28.52%
G=22.89%
B=48.59%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal81651380.410.5300.46253.1535.9639.8
Hex51418A293502Efd2428
Octal12110121251650563754450
Binary1010001100000110001010101001110101010111011111101100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #51418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #51418A; }

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

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

<style>
 a { background-color: #51418A; }

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

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

<style>
 span { border-color: #51418A; }

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

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