Html Css Color HEX #482560 Scarlet Gum

📋 copy color: '#482560'

red 72 ◦ green 37 ◦ blue 96

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

Shades of Scarlet Gum #482560

Tints of Scarlet Gum #482560

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.05%

 BLUE value IS 96 (37.89% from 255) = 46.83%

R = 35.12%
G = 18.05%
B = 46.83%

CMYK

 C value IS 0.25

 M value IS 0.61

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#482560 (or 0x482560) is known color: Scarlet Gum. HEX triplet: 48, 25 and 60. RGB value is (72,37,96). Sum of RGB (Red+Green+Blue) = 72+37+96=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 37 (14.84% from 255 or 18.05% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #482560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482560 is #B7DA9F. Grayscale: #353535. Windows color (decimal): -12049056 or 6301000. OLE color: 6301000.

HSL color Cylindrical-coordinate representation of color #482560: hue angle of 275.59º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #482560 is Cyan = 0.25, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 37 96 -
CMYK 0.25 0.61 0 0.62
HSL 275.59º 0.44% 0.26% -
HSV(B) 275.59º 0.61% 0.38% -
XYZ 5.45 3.55 11.46 -
YUV 54.19 151.6 140.7 -
System Red Green Blue C M Y K H S L
Decimal 72 37 96 0.25 0.61 0 0.62 275.59 0.44 0.26
Hex 48 25 60 19 3D 0 3E 114 2C 1A
Octal 110 45 140 31 75 0 76 424 54 32
Binary 1001000 100101 1100000 11001 111101 0 111110 100010100 101100 11010

Color Harmonies of #482560

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482560

Black with #482560

Text Example


Text Example

White with #482560

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482560; }

 p { color: rgb(72,37,96); }

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

background-color css

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

 a { background-color: rgb(72,37,96); }

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

border-color css

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

 span { border-color: rgb(72,37,96); }

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