#482058

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

Shades of Scarlet Gum #482058

Tints of Scarlet Gum #482058

Color information

#482058 (or 0x482058) is unknown color: approx Scarlet Gum. HEX triplet: 48, 20 and 58. RGB value is (72,32,88). Sum of RGB (Red+Green+Blue) = 72+32+88=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #482058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482058 is #B7DFA7. Grayscale: #323232. Windows color (decimal): -12050344 or 5775432. OLE color: 5775432.

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

Color convert

RGB723288-
CMYK0.180.6400.65
HSL282.86º46.67%23.53%-
HSV(B)282.86º63.64%34.51%-
XYZ4.953.129.57-
YUV50.34149.25143.45-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.5%
GREEN value IS 32 (12.89% from 255) = 16.67%
BLUE value IS 88 (34.77% from 255) = 45.83%
R=37.5%
G=16.67%
B=45.83%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7232880.180.6400.65282.8646.6723.53
Hex482058124004111b2f18
Octal110401302210001014335730
Binary100100010000010110001001010000000100000110001101110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482058

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482058; }

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

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

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

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

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

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

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

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