#52418A

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

Shades of Gigas #52418A

Tints of Gigas #52418A

Color information

#52418A (or 0x52418A) is unknown color: approx Gigas. HEX triplet: 52, 41 and 8A. RGB value is (82,65,138). Sum of RGB (Red+Green+Blue) = 82+65+138=285 (37% of max value = 765). Red value is 82 (32.42% from 255 or 28.77% from 285); Green value is 65 (25.78% from 255 or 22.81% from 285); Blue value is 138 (54.30% from 255 or 48.42% from 285); Max value from RGB is 138 - color contains mainly: blue. Hex color #52418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #52418A is #ADBE75. Grayscale: #4E4E4E. Windows color (decimal): -11386486 or 9060690. OLE color: 9060690.

HSL color Cylindrical-coordinate representation of color #52418A: hue angle of 253.97º 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 #52418A is Cyan = 0.41, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB8265138-
CMYK0.410.5300.46
HSL253.97º35.96%39.8%-
HSV(B)253.97º52.9%54.12%-
XYZ9.967.4124.95-
YUV78.4161.63130.56-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 28.77%
GREEN value IS 65 (25.78% from 255) = 22.81%
BLUE value IS 138 (54.30% from 255) = 48.42%
R=28.77%
G=22.81%
B=48.42%

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
Decimal82651380.410.5300.46253.9735.9639.8
Hex52418A293502Efe2428
Octal12210121251650563764450
Binary1010010100000110001010101001110101010111011111110100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52418A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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