Html Css Color HEX #482761 Scarlet Gum

📋 copy color: '#482761'

red 72 ◦ green 39 ◦ blue 97

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

Shades of Scarlet Gum #482761

Tints of Scarlet Gum #482761

RGB

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

 GREEN value IS 39 (15.63% from 255) = 18.75%

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

R = 34.62%
G = 18.75%
B = 46.63%

CMYK

 C value IS 0.26

 M value IS 0.60

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#482761 (or 0x482761) is known color: Scarlet Gum. HEX triplet: 48, 27 and 61. RGB value is (72,39,97). Sum of RGB (Red+Green+Blue) = 72+39+97=208 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.62% from 208); Green value is 39 (15.62% from 255 or 18.75% from 208); Blue value is 97 (38.28% from 255 or 46.63% from 208); Max value from RGB is 97 - color contains mainly: blue. Hex color #482761 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482761 is #B7D89E. Grayscale: #373737. Windows color (decimal): -12048543 or 6367048. OLE color: 6367048.

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

Color convert

RGB 72 39 97 -
CMYK 0.26 0.60 0 0.62
HSL 274.14º 0.43% 0.27% -
HSV(B) 274.14º 0.6% 0.38% -
XYZ 5.56 3.69 11.73 -
YUV 55.48 151.43 139.78 -
System Red Green Blue C M Y K H S L
Decimal 72 39 97 0.26 0.60 0 0.62 274.14 0.43 0.27
Hex 48 27 61 1A 3C 0 3E 112 2B 1B
Octal 110 47 141 32 74 0 76 422 53 33
Binary 1001000 100111 1100001 11010 111100 0 111110 100010010 101011 11011

Color Harmonies of #482761

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482761

Black with #482761

Text Example


Text Example

White with #482761

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482761; }

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

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

background-color css

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

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

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

border-color css

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

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

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