#480559

Color #480559 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #480559

Tints of Scarlet Gum #480559

Color information

#480559 (or 0x480559) is unknown color: approx Scarlet Gum. HEX triplet: 48, 05 and 59. RGB value is (72,5,89). Sum of RGB (Red+Green+Blue) = 72+5+89=166 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.37% from 166); Green value is 5 (2.34% from 255 or 3.01% from 166); Blue value is 89 (35.16% from 255 or 53.61% from 166); Max value from RGB is 89 - color contains mainly: blue. Hex color #480559 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480559 is #B7FAA6. Grayscale: #222222. Windows color (decimal): -12057255 or 5834056. OLE color: 5834056.

HSL color Cylindrical-coordinate representation of color #480559: hue angle of 287.86º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #480559 is Cyan = 0.19, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB72589-
CMYK0.190.9400.65
HSL287.86º89.36%18.43%-
HSV(B)287.86º94.38%34.9%-
XYZ4.532.219.64-
YUV34.61158.7154.67-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.37%
GREEN value IS 5 (2.34% from 255) = 3.01%
BLUE value IS 89 (35.16% from 255) = 53.61%
R=43.37%
G=3.01%
B=53.61%

CMYK

C (Cyan) values IS 0.19
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal725890.190.9400.65287.8689.3618.43
Hex48559135E0411205912
Octal110513123136010144013122
Binary1001000101101100110011101111001000001100100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480559

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480559; }

 p { color: rgb(72,5,89); }

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

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

 a { background-color: rgb(72,5,89); }

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

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

 span { border-color: rgb(72,5,89); }

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