Html Css Color HEX #481C55 Scarlet Gum

📋 copy color: '#481C55'

red 72 ◦ green 28 ◦ blue 85

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

Shades of Scarlet Gum #481C55

Tints of Scarlet Gum #481C55

RGB

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

 GREEN value IS 28 (11.33% from 255) = 15.14%

 BLUE value IS 85 (33.59% from 255) = 45.95%

R = 38.92%
G = 15.14%
B = 45.95%

CMYK

 C value IS 0.15

 M value IS 0.67

 Y value IS 0

 K value IS 0.67

RGB Variations

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

Color information

#481C55 (or 0x481C55) is known color: Scarlet Gum. HEX triplet: 48, 1C and 55. RGB value is (72,28,85). Sum of RGB (Red+Green+Blue) = 72+28+85=185 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.92% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 85 (33.59% from 255 or 45.95% from 185); Max value from RGB is 85 - color contains mainly: blue. Hex color #481C55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #481C55 is #B7E3AA. Grayscale: #2F2F2F. Windows color (decimal): -12051371 or 5577800. OLE color: 5577800.

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

Color convert

RGB 72 28 85 -
CMYK 0.15 0.67 0 0.67
HSL 286.32º 0.5% 0.22% -
HSV(B) 286.32º 0.67% 0.33% -
XYZ 4.73 2.86 8.9 -
YUV 47.65 149.08 145.37 -
System Red Green Blue C M Y K H S L
Decimal 72 28 85 0.15 0.67 0 0.67 286.32 0.5 0.22
Hex 48 1C 55 F 43 0 43 11E 32 16
Octal 110 34 125 17 103 0 103 436 62 26
Binary 1001000 11100 1010101 1111 1000011 0 1000011 100011110 110010 10110

Color Harmonies of #481C55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481C55

Black with #481C55

Text Example


Text Example

White with #481C55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(72,28,85); }

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

background-color css

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

 a { background-color: rgb(72,28,85); }

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

border-color css

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

 span { border-color: rgb(72,28,85); }

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