Html Css Color HEX #482260 Scarlet Gum

📋 copy color: '#482260'

red 72 ◦ green 34 ◦ blue 96

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

Shades of Scarlet Gum #482260

Tints of Scarlet Gum #482260

RGB

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

 GREEN value IS 34 (13.67% from 255) = 16.83%

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

R = 35.64%
G = 16.83%
B = 47.52%

CMYK

 C value IS 0.25

 M value IS 0.65

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#482260 (or 0x482260) is known color: Scarlet Gum. HEX triplet: 48, 22 and 60. RGB value is (72,34,96). Sum of RGB (Red+Green+Blue) = 72+34+96=202 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.64% from 202); Green value is 34 (13.67% from 255 or 16.83% from 202); Blue value is 96 (37.89% from 255 or 47.52% from 202); Max value from RGB is 96 - color contains mainly: blue. Hex color #482260 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482260 is #B7DD9F. Grayscale: #343434. Windows color (decimal): -12049824 or 6300232. OLE color: 6300232.

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

Color convert

RGB 72 34 96 -
CMYK 0.25 0.65 0 0.62
HSL 276.77º 0.48% 0.25% -
HSV(B) 276.77º 0.65% 0.38% -
XYZ 5.36 3.37 11.43 -
YUV 52.43 152.59 141.96 -
System Red Green Blue C M Y K H S L
Decimal 72 34 96 0.25 0.65 0 0.62 276.77 0.48 0.25
Hex 48 22 60 19 41 0 3E 115 30 19
Octal 110 42 140 31 101 0 76 425 60 31
Binary 1001000 100010 1100000 11001 1000001 0 111110 100010101 110000 11001

Color Harmonies of #482260

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482260

Black with #482260

Text Example


Text Example

White with #482260

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482260; }

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

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

background-color css

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

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

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

border-color css

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

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

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