#48085B

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

Shades of Scarlet Gum #48085B

Tints of Scarlet Gum #48085B

Color information

#48085B (or 0x48085B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 08 and 5B. RGB value is (72,8,91). Sum of RGB (Red+Green+Blue) = 72+8+91=171 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.11% from 171); Green value is 8 (3.52% from 255 or 4.68% from 171); Blue value is 91 (35.94% from 255 or 53.22% from 171); Max value from RGB is 91 - color contains mainly: blue. Hex color #48085B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48085B is #B7F7A4. Grayscale: #242424. Windows color (decimal): -12056485 or 5965896. OLE color: 5965896.

HSL color Cylindrical-coordinate representation of color #48085B: hue angle of 286.27º degrees, saturation: 0.84, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #48085B is Cyan = 0.21, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB72891-
CMYK0.210.9100.64
HSL286.27º83.84%19.41%-
HSV(B)286.27º91.21%35.69%-
XYZ4.652.3110.1-
YUV36.6158.7153.25-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.11%
GREEN value IS 8 (3.52% from 255) = 4.68%
BLUE value IS 91 (35.94% from 255) = 53.22%
R=42.11%
G=4.68%
B=53.22%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.91
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal728910.210.9100.64286.2783.8419.41
Hex4885B155B04011e5413
Octal1101013325133010043612423
Binary10010001000101101110101101101101000000100011110101010010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48085B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #48085B; }

 p { color: rgb(72,8,91); }

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

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

 a { background-color: rgb(72,8,91); }

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

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

 span { border-color: rgb(72,8,91); }

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