#482561

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

Shades of Scarlet Gum #482561

Tints of Scarlet Gum #482561

Color information

#482561 (or 0x482561) is unknown color: approx Scarlet Gum. HEX triplet: 48, 25 and 61. RGB value is (72,37,97). Sum of RGB (Red+Green+Blue) = 72+37+97=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #482561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482561 is #B7DA9E. Grayscale: #363636. Windows color (decimal): -12049055 or 6366536. OLE color: 6366536.

HSL color Cylindrical-coordinate representation of color #482561: hue angle of 275º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482561 is Cyan = 0.26, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB723797-
CMYK0.260.6200.62
HSL275º44.78%26.27%-
HSV(B)275º61.86%38.04%-
XYZ5.493.5611.71-
YUV54.3152.1140.62-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 34.95%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 97 (38.28% from 255) = 47.09%
R=34.95%
G=17.96%
B=47.09%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7237970.260.6200.6227544.7826.27
Hex4825611A3E03E1132d1a
Octal1104514132760764235532
Binary1001000100101110000111010111110011111010001001110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482561

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482561; }

 p { color: rgb(72,37,97); }

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

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

 a { background-color: rgb(72,37,97); }

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

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

 span { border-color: rgb(72,37,97); }

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