#482558

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

Shades of Scarlet Gum #482558

Tints of Scarlet Gum #482558

Color information

#482558 (or 0x482558) is unknown color: approx Scarlet Gum. HEX triplet: 48, 25 and 58. RGB value is (72,37,88). Sum of RGB (Red+Green+Blue) = 72+37+88=197 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.55% from 197); Green value is 37 (14.84% from 255 or 18.78% from 197); Blue value is 88 (34.77% from 255 or 44.67% from 197); Max value from RGB is 88 - color contains mainly: blue. Hex color #482558 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482558 is #B7DAA7. Grayscale: #353535. Windows color (decimal): -12049064 or 5776712. OLE color: 5776712.

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

Color convert

RGB723788-
CMYK0.180.5800.65
HSL281.18º40.8%24.51%-
HSV(B)281.18º57.95%34.51%-
XYZ5.13.419.62-
YUV53.28147.6141.35-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 36.55%
GREEN value IS 37 (14.84% from 255) = 18.78%
BLUE value IS 88 (34.77% from 255) = 44.67%
R=36.55%
G=18.78%
B=44.67%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal7237880.180.5800.65281.1840.824.51
Hex482558123A0411192919
Octal11045130227201014315131
Binary10010001001011011000100101110100100000110001100110100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #482558

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #482558; }

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

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

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

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

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

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

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

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