Html Css Color HEX #482561 Scarlet Gum

📋 copy color: '#482561'

red 72 ◦ green 37 ◦ blue 97

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

Shades of Scarlet Gum #482561

Tints of Scarlet Gum #482561

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 47.09%

R = 34.95%
G = 17.96%
B = 47.09%

CMYK

 C value IS 0.26

 M value IS 0.62

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#482561 (or 0x482561) is known color: Scarlet Gum. HEX triplet: 48, 25 and 61. RGB value is (72,37,97). Sum of RGB (Red+Green+Blue) = 72+37+97=206 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.95% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 97 (38.28% from 255 or 47.09% from 206); Max value from RGB is 97 - color contains mainly: blue. Hex color #482561 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482561 is #B7DA9E. Grayscale: #363636. Windows color (decimal): -12049055 or 6366536. OLE color: 6366536.

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

Color convert

RGB 72 37 97 -
CMYK 0.26 0.62 0 0.62
HSL 275º 0.45% 0.26% -
HSV(B) 275º 0.62% 0.38% -
XYZ 5.49 3.56 11.71 -
YUV 54.31 152.1 140.62 -
System Red Green Blue C M Y K H S L
Decimal 72 37 97 0.26 0.62 0 0.62 275 0.45 0.26
Hex 48 25 61 1A 3E 0 3E 113 2D 1A
Octal 110 45 141 32 76 0 76 423 55 32
Binary 1001000 100101 1100001 11010 111110 0 111110 100010011 101101 11010

Color Harmonies of #482561

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482561

Black with #482561

Text Example


Text Example

White with #482561

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482561; }

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

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

background-color css

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

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

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

border-color css

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

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

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