Html Css Color HEX #482861 Scarlet Gum

📋 copy color: '#482861'

red 72 ◦ green 40 ◦ blue 97

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

Shades of Scarlet Gum #482861

Tints of Scarlet Gum #482861

RGB

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

 GREEN value IS 40 (16.02% from 255) = 19.14%

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

R = 34.45%
G = 19.14%
B = 46.41%

CMYK

 C value IS 0.26

 M value IS 0.59

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#482861 (or 0x482861) is known color: Scarlet Gum. HEX triplet: 48, 28 and 61. RGB value is (72,40,97). Sum of RGB (Red+Green+Blue) = 72+40+97=209 (27% of max value = 765). Red value is 72 (28.52% from 255 or 34.45% from 209); Green value is 40 (16.02% from 255 or 19.14% from 209); Blue value is 97 (38.28% from 255 or 46.41% from 209); Max value from RGB is 97 - color contains mainly: blue. Hex color #482861 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482861 is #B7D79E. Grayscale: #373737. Windows color (decimal): -12048287 or 6367304. OLE color: 6367304.

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

Color convert

RGB 72 40 97 -
CMYK 0.26 0.59 0 0.62
HSL 273.68º 0.42% 0.27% -
HSV(B) 273.68º 0.59% 0.38% -
XYZ 5.59 3.76 11.74 -
YUV 56.07 151.1 139.37 -
System Red Green Blue C M Y K H S L
Decimal 72 40 97 0.26 0.59 0 0.62 273.68 0.42 0.27
Hex 48 28 61 1A 3B 0 3E 112 2A 1B
Octal 110 50 141 32 73 0 76 422 52 33
Binary 1001000 101000 1100001 11010 111011 0 111110 100010010 101010 11011

Color Harmonies of #482861

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482861

Black with #482861

Text Example


Text Example

White with #482861

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482861; }

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

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

background-color css

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

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

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

border-color css

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

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

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