#480158

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

Shades of Scarlet Gum #480158

Tints of Scarlet Gum #480158

Color information

#480158 (or 0x480158) is unknown color: approx Scarlet Gum. HEX triplet: 48, 01 and 58. RGB value is (72,1,88). Sum of RGB (Red+Green+Blue) = 72+1+88=161 (21% of max value = 765). Red value is 72 (28.52% from 255 or 44.72% from 161); Green value is 1 (0.78% from 255 or 0.62% from 161); Blue value is 88 (34.77% from 255 or 54.66% from 161); Max value from RGB is 88 - color contains mainly: blue. Hex color #480158 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480158 is #B7FEA7. Grayscale: #1F1F1F. Windows color (decimal): -12058280 or 5767496. OLE color: 5767496.

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

Color convert

RGB72188-
CMYK0.180.9900.65
HSL288.97º97.75%17.45%-
HSV(B)288.97º98.86%34.51%-
XYZ4.442.19.4-
YUV32.15159.52156.43-

RGB Variations

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

RGB

RED value IS 72 (28.52% from 255) = 44.72%
GREEN value IS 1 (0.78% from 255) = 0.62%
BLUE value IS 88 (34.77% from 255) = 54.66%
R=44.72%
G=0.62%
B=54.66%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.99
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal721880.180.9900.65288.9797.7517.45
Hex4815812630411216211
Octal110113022143010144114221
Binary10010001101100010010110001101000001100100001110001010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #480158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #480158; }

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

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

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

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

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

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

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

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