Html Css Color HEX #480558 Scarlet Gum

📋 copy color: '#480558'

red 72 ◦ green 5 ◦ blue 88

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

Shades of Scarlet Gum #480558

Tints of Scarlet Gum #480558

RGB

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

 GREEN value IS 5 (2.34% from 255) = 3.03%

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

R = 43.64%
G = 3.03%
B = 53.33%

CMYK

 C value IS 0.18

 M value IS 0.94

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#480558 (or 0x480558) is known color: Scarlet Gum. HEX triplet: 48, 05 and 58. RGB value is (72,5,88). Sum of RGB (Red+Green+Blue) = 72+5+88=165 (21% of max value = 765). Red value is 72 (28.52% from 255 or 43.64% from 165); Green value is 5 (2.34% from 255 or 3.03% from 165); Blue value is 88 (34.77% from 255 or 53.33% from 165); Max value from RGB is 88 - color contains mainly: blue. Hex color #480558 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #480558 is #B7FAA7. Grayscale: #222222. Windows color (decimal): -12057256 or 5768520. OLE color: 5768520.

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

Color convert

RGB 72 5 88 -
CMYK 0.18 0.94 0 0.65
HSL 288.43º 0.89% 0.18% -
HSV(B) 288.43º 0.94% 0.35% -
XYZ 4.49 2.19 9.42 -
YUV 34.5 158.2 154.75 -
System Red Green Blue C M Y K H S L
Decimal 72 5 88 0.18 0.94 0 0.65 288.43 0.89 0.18
Hex 48 5 58 12 5E 0 41 120 59 12
Octal 110 5 130 22 136 0 101 440 131 22
Binary 1001000 101 1011000 10010 1011110 0 1000001 100100000 1011001 10010

Color Harmonies of #480558

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #480558

Black with #480558

Text Example


Text Example

White with #480558

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #480558; }

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

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

background-color css

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

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

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

border-color css

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

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

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