Html Css Color HEX #480058 Scarlet Gum

📋 copy color: '#480058'

red 72 ◦ green 0 ◦ blue 88

#480058
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Scarlet Gum #480058

Tints of Scarlet Gum #480058

RGB

 RED value IS 72 (28.52% from 255) = 45%

 GREEN value IS 0 (0.39% from 255) = 0%

 BLUE value IS 88 (34.77% from 255) = 55%

R = 45%
G = 0%
B = 55%

CMYK

 C value IS 0.18

 M value IS 1

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#480058 (or 0x480058) is known color: Scarlet Gum. HEX triplet: 48, 00 and 58. RGB value is (72,0,88). Sum of RGB (Red+Green+Blue) = 72+0+88=160 (21% of max value = 765). Red value is 72 (28.52% from 255 or 45% from 160); Green value is 0 (0.39% from 255 or 0% from 160); Blue value is 88 (34.77% from 255 or 55% from 160); Max value from RGB is 88 - color contains mainly: blue. Hex color #480058 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480058 is #B7FFA7. Grayscale: #1F1F1F. Windows color (decimal): -12058536 or 5767240. OLE color: 5767240.

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

Color convert

RGB 72 0 88 -
CMYK 0.18 1 0 0.65
HSL 289.09º 1% 0.17% -
HSV(B) 289.09º 1% 0.35% -
XYZ 4.43 2.08 9.4 -
YUV 31.56 159.85 156.84 -
System Red Green Blue C M Y K H S L
Decimal 72 0 88 0.18 1 0 0.65 289.09 1 0.17
Hex 48 0 58 12 64 0 41 121 64 11
Octal 110 0 130 22 144 0 101 441 144 21
Binary 1001000 0 1011000 10010 1100100 0 1000001 100100001 1100100 10001

Color Harmonies of #480058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480058

Black with #480058

Text Example


Text Example

White with #480058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480058; }

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

 H1.HeaderClassName
 {
   color: #480058;
 }
 .AnyTagClassName
 {
   color: #480058;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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