Html Css Color HEX #481E54 Scarlet Gum

📋 copy color: '#481E54'

red 72 ◦ green 30 ◦ blue 84

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

Shades of Scarlet Gum #481E54

Tints of Scarlet Gum #481E54

RGB

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

 GREEN value IS 30 (12.11% from 255) = 16.13%

 BLUE value IS 84 (33.2% from 255) = 45.16%

R = 38.71%
G = 16.13%
B = 45.16%

CMYK

 C value IS 0.14

 M value IS 0.64

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#481E54 (or 0x481E54) is known color: Scarlet Gum. HEX triplet: 48, 1E and 54. RGB value is (72,30,84). Sum of RGB (Red+Green+Blue) = 72+30+84=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 30 (12.11% from 255 or 16.13% from 186); Blue value is 84 (33.20% from 255 or 45.16% from 186); Max value from RGB is 84 - color contains mainly: blue. Hex color #481E54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481E54 is #B7E1AB. Grayscale: #303030. Windows color (decimal): -12050860 or 5512776. OLE color: 5512776.

HSL color Cylindrical-coordinate representation of color #481E54: hue angle of 286.67º degrees, saturation: 0.47, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #481E54 is Cyan = 0.14, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB 72 30 84 -
CMYK 0.14 0.64 0 0.67
HSL 286.67º 0.47% 0.22% -
HSV(B) 286.67º 0.64% 0.33% -
XYZ 4.74 2.95 8.71 -
YUV 48.71 147.91 144.61 -
System Red Green Blue C M Y K H S L
Decimal 72 30 84 0.14 0.64 0 0.67 286.67 0.47 0.22
Hex 48 1E 54 E 40 0 43 11F 2F 16
Octal 110 36 124 16 100 0 103 437 57 26
Binary 1001000 11110 1010100 1110 1000000 0 1000011 100011111 101111 10110

Color Harmonies of #481E54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481E54

Black with #481E54

Text Example


Text Example

White with #481E54

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481E54; }

 p { color: rgb(72,30,84); }

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

background-color css

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

 a { background-color: rgb(72,30,84); }

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

border-color css

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

 span { border-color: rgb(72,30,84); }

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