Html Css Color HEX #482160 Scarlet Gum

📋 copy color: '#482160'

red 72 ◦ green 33 ◦ blue 96

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

Shades of Scarlet Gum #482160

Tints of Scarlet Gum #482160

RGB

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

 GREEN value IS 33 (13.28% from 255) = 16.42%

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

R = 35.82%
G = 16.42%
B = 47.76%

CMYK

 C value IS 0.25

 M value IS 0.66

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#482160 (or 0x482160) is known color: Scarlet Gum. HEX triplet: 48, 21 and 60. RGB value is (72,33,96). Sum of RGB (Red+Green+Blue) = 72+33+96=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #482160 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482160 is #B7DE9F. Grayscale: #333333. Windows color (decimal): -12050080 or 6299976. OLE color: 6299976.

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

Color convert

RGB 72 33 96 -
CMYK 0.25 0.66 0 0.62
HSL 277.14º 0.49% 0.25% -
HSV(B) 277.14º 0.66% 0.38% -
XYZ 5.33 3.31 11.42 -
YUV 51.84 152.92 142.38 -
System Red Green Blue C M Y K H S L
Decimal 72 33 96 0.25 0.66 0 0.62 277.14 0.49 0.25
Hex 48 21 60 19 42 0 3E 115 31 19
Octal 110 41 140 31 102 0 76 425 61 31
Binary 1001000 100001 1100000 11001 1000010 0 111110 100010101 110001 11001

Color Harmonies of #482160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482160

Black with #482160

Text Example


Text Example

White with #482160

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482160; }

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

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

background-color css

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

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

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

border-color css

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

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

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