#48055B

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

Shades of Scarlet Gum #48055B

Tints of Scarlet Gum #48055B

Color information

#48055B (or 0x48055B) is unknown color: approx Scarlet Gum. HEX triplet: 48, 05 and 5B. RGB value is (72,5,91). Sum of RGB (Red+Green+Blue) = 72+5+91=168 (22% of max value = 765). Red value is 72 (28.52% from 255 or 42.86% from 168); Green value is 5 (2.34% from 255 or 2.98% from 168); Blue value is 91 (35.94% from 255 or 54.17% from 168); Max value from RGB is 91 - color contains mainly: blue. Hex color #48055B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #48055B is #B7FAA4. Grayscale: #222222. Windows color (decimal): -12057253 or 5965128. OLE color: 5965128.

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

Color convert

RGB72591-
CMYK0.210.9500.64
HSL286.74º89.58%18.82%-
HSV(B)286.74º94.51%35.69%-
XYZ4.622.2410.09-
YUV34.84159.7154.51-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 42.86%
GREEN value IS 5 (2.34% from 255) = 2.98%
BLUE value IS 91 (35.94% from 255) = 54.17%
R=42.86%
G=2.98%
B=54.17%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.95
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal725910.210.9500.64286.7489.5818.82
Hex4855B155F04011f5a13
Octal110513325137010043713223
Binary1001000101101101110101101111101000000100011111101101010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #48055B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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