#480558

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

Shades of Scarlet Gum #480558

Tints of Scarlet Gum #480558

Color information

#480558 (or 0x480558) is unknown color: approx Scarlet Gum. HEX triplet: 48, 05 and 58. RGB value is (72,5,88). Sum of RGB (Red+Green+Blue) = 72+5+88=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #480558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480558 is #B7FAA7. Grayscale: #222222. Windows color (decimal): -12057256 or 5768520. OLE color: 5768520.

HSL color Cylindrical-coordinate representation of color #480558: hue angle of 288.43º 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 #480558 is Cyan = 0.18, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB72588-
CMYK0.180.9400.65
HSL288.43º89.25%18.24%-
HSV(B)288.43º94.32%34.51%-
XYZ4.492.199.42-
YUV34.49158.2154.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 43.64%
GREEN value IS 5 (2.34% from 255) = 3.03%
BLUE value IS 88 (34.77% from 255) = 53.33%
R=43.64%
G=3.03%
B=53.33%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal725880.180.9400.65288.4389.2518.24
Hex48558125E0411205912
Octal110513022136010144013122
Binary1001000101101100010010101111001000001100100000101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480558; }

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

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

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

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

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

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

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

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