Html Css Color HEX #482058 Scarlet Gum

📋 copy color: '#482058'

red 72 ◦ green 32 ◦ blue 88

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

Shades of Scarlet Gum #482058

Tints of Scarlet Gum #482058

RGB

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

 GREEN value IS 32 (12.89% from 255) = 16.67%

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

R = 37.5%
G = 16.67%
B = 45.83%

CMYK

 C value IS 0.18

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#482058 (or 0x482058) is known color: Scarlet Gum. HEX triplet: 48, 20 and 58. RGB value is (72,32,88). Sum of RGB (Red+Green+Blue) = 72+32+88=192 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.5% from 192); Green value is 32 (12.89% from 255 or 16.67% from 192); Blue value is 88 (34.77% from 255 or 45.83% from 192); Max value from RGB is 88 - color contains mainly: blue. Hex color #482058 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482058 is #B7DFA7. Grayscale: #323232. Windows color (decimal): -12050344 or 5775432. OLE color: 5775432.

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

Color convert

RGB 72 32 88 -
CMYK 0.18 0.64 0 0.65
HSL 282.86º 0.47% 0.24% -
HSV(B) 282.86º 0.64% 0.35% -
XYZ 4.95 3.12 9.57 -
YUV 50.34 149.25 143.45 -
System Red Green Blue C M Y K H S L
Decimal 72 32 88 0.18 0.64 0 0.65 282.86 0.47 0.24
Hex 48 20 58 12 40 0 41 11B 2F 18
Octal 110 40 130 22 100 0 101 433 57 30
Binary 1001000 100000 1011000 10010 1000000 0 1000001 100011011 101111 11000

Color Harmonies of #482058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482058

Black with #482058

Text Example


Text Example

White with #482058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482058; }

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

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

background-color css

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

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

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

border-color css

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

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

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