Html Css Color HEX #482059 Scarlet Gum

📋 copy color: '#482059'

red 72 ◦ green 32 ◦ blue 89

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

Shades of Scarlet Gum #482059

Tints of Scarlet Gum #482059

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 46.11%

R = 37.31%
G = 16.58%
B = 46.11%

CMYK

 C value IS 0.19

 M value IS 0.64

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#482059 (or 0x482059) is known color: Scarlet Gum. HEX triplet: 48, 20 and 59. RGB value is (72,32,89). Sum of RGB (Red+Green+Blue) = 72+32+89=193 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.31% from 193); Green value is 32 (12.89% from 255 or 16.58% from 193); Blue value is 89 (35.16% from 255 or 46.11% from 193); Max value from RGB is 89 - color contains mainly: blue. Hex color #482059 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482059 is #B7DFA6. Grayscale: #323232. Windows color (decimal): -12050343 or 5840968. OLE color: 5840968.

HSL color Cylindrical-coordinate representation of color #482059: hue angle of 282.11º 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 #482059 is Cyan = 0.19, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 32 89 -
CMYK 0.19 0.64 0 0.65
HSL 282.11º 0.47% 0.24% -
HSV(B) 282.11º 0.64% 0.35% -
XYZ 4.99 3.13 9.79 -
YUV 50.46 149.75 143.37 -
System Red Green Blue C M Y K H S L
Decimal 72 32 89 0.19 0.64 0 0.65 282.11 0.47 0.24
Hex 48 20 59 13 40 0 41 11A 2F 18
Octal 110 40 131 23 100 0 101 432 57 30
Binary 1001000 100000 1011001 10011 1000000 0 1000001 100011010 101111 11000

Color Harmonies of #482059

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482059

Black with #482059

Text Example


Text Example

White with #482059

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482059; }

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

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

background-color css

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

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

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

border-color css

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

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

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