Html Css Color HEX #482061 Scarlet Gum

📋 copy color: '#482061'

red 72 ◦ green 32 ◦ blue 97

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

Shades of Scarlet Gum #482061

Tints of Scarlet Gum #482061

RGB

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

 GREEN value IS 32 (12.89% from 255) = 15.92%

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

R = 35.82%
G = 15.92%
B = 48.26%

CMYK

 C value IS 0.26

 M value IS 0.67

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#482061 (or 0x482061) is known color: Scarlet Gum. HEX triplet: 48, 20 and 61. RGB value is (72,32,97). Sum of RGB (Red+Green+Blue) = 72+32+97=201 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.82% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #482061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482061 is #B7DF9E. Grayscale: #333333. Windows color (decimal): -12050335 or 6365256. OLE color: 6365256.

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

Color convert

RGB 72 32 97 -
CMYK 0.26 0.67 0 0.62
HSL 276.92º 0.5% 0.25% -
HSV(B) 276.92º 0.67% 0.38% -
XYZ 5.35 3.27 11.66 -
YUV 51.37 153.75 142.71 -
System Red Green Blue C M Y K H S L
Decimal 72 32 97 0.26 0.67 0 0.62 276.92 0.5 0.25
Hex 48 20 61 1A 43 0 3E 115 32 19
Octal 110 40 141 32 103 0 76 425 62 31
Binary 1001000 100000 1100001 11010 1000011 0 111110 100010101 110010 11001

Color Harmonies of #482061

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482061

Black with #482061

Text Example


Text Example

White with #482061

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482061; }

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

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

background-color css

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

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

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

border-color css

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

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

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