#482061

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

Shades of Scarlet Gum #482061

Tints of Scarlet Gum #482061

Color information

#482061 (or 0x482061) is unknown color: approx Scarlet Gum. HEX triplet: 48, 20 and 61. RGB value is (72,32,97). Sum of RGB (Red+Green+Blue) = 72+32+97=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #482061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482061 is #B7DF9E. Grayscale: #333333. Windows color (decimal): -12050335 or 6365256. OLE color: 6365256.

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

Color convert

RGB723297-
CMYK0.260.6700.62
HSL276.92º50.39%25.29%-
HSV(B)276.92º67.01%38.04%-
XYZ5.353.2711.66-
YUV51.37153.75142.71-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 35.82%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=35.82%
G=15.92%
B=48.26%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7232970.260.6700.62276.9250.3925.29
Hex4820611A4303E1153219
Octal11040141321030764256231
Binary10010001000001100001110101000011011111010001010111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482061; }

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

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

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

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

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

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

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

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