#481568

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

Shades of Scarlet Gum #481568

Tints of Scarlet Gum #481568

Color information

#481568 (or 0x481568) is unknown color: approx Scarlet Gum. HEX triplet: 48, 15 and 68. RGB value is (72,21,104). Sum of RGB (Red+Green+Blue) = 72+21+104=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 21 (8.59% from 255 or 10.66% from 197); Blue value is 104 (41.02% from 255 or 52.79% from 197); Max value from RGB is 104 - color contains mainly: blue. Hex color #481568 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481568 is #B7EA97. Grayscale: #2D2D2D. Windows color (decimal): -12053144 or 6821192. OLE color: 6821192.

HSL color Cylindrical-coordinate representation of color #481568: hue angle of 276.87º degrees, saturation: 0.66, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #481568 is Cyan = 0.31, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB7221104-
CMYK0.310.8000.59
HSL276.87º66.4%24.51%-
HSV(B)276.87º79.81%40.78%-
XYZ5.442.9113.37-
YUV45.71160.9146.75-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 21 (8.59% from 255) = 10.66%
BLUE value IS 104 (41.02% from 255) = 52.79%
R=36.55%
G=10.66%
B=52.79%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.80
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal72211040.310.8000.59276.8766.424.51
Hex4815681F5003B1154219
Octal110251503712007342510231
Binary10010001010111010001111110100000111011100010101100001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #481568

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #481568; }

 p { color: rgb(72,21,104); }

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

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

 a { background-color: rgb(72,21,104); }

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

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

 span { border-color: rgb(72,21,104); }

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