#482057

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

Shades of Scarlet Gum #482057

Tints of Scarlet Gum #482057

Color information

#482057 (or 0x482057) is unknown color: approx Scarlet Gum. HEX triplet: 48, 20 and 57. RGB value is (72,32,87). Sum of RGB (Red+Green+Blue) = 72+32+87=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #482057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482057 is #B7DFA8. Grayscale: #323232. Windows color (decimal): -12050345 or 5709896. OLE color: 5709896.

HSL color Cylindrical-coordinate representation of color #482057: hue angle of 283.64º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #482057 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB723287-
CMYK0.170.6300.66
HSL283.64º46.22%23.33%-
HSV(B)283.64º63.22%34.12%-
XYZ4.913.19.36-
YUV50.23148.75143.53-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 37.70%
GREEN value IS 32 (12.89% from 255) = 16.75%
BLUE value IS 87 (34.38% from 255) = 45.55%
R=37.70%
G=16.75%
B=45.55%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal7232870.170.6300.66283.6446.2223.33
Hex482057113F04211c2e17
Octal11040127217701024345627
Binary10010001000001010111100011111110100001010001110010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482057; }

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

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

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

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

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

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

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

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