Html Css Color HEX #482057 Scarlet Gum

📋 copy color: '#482057'

red 72 ◦ green 32 ◦ blue 87

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

Shades of Scarlet Gum #482057

Tints of Scarlet Gum #482057

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 45.55%

R = 37.7%
G = 16.75%
B = 45.55%

CMYK

 C value IS 0.17

 M value IS 0.63

 Y value IS 0

 K value IS 0.66

RGB Variations

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

Color information

#482057 (or 0x482057) is known color: Scarlet Gum. HEX triplet: 48, 20 and 57. RGB value is (72,32,87). Sum of RGB (Red+Green+Blue) = 72+32+87=191 (25% of max value = 765). Red value is 72 (28.52% from 255 or 37.70% from 191); Green value is 32 (12.89% from 255 or 16.75% from 191); Blue value is 87 (34.38% from 255 or 45.55% from 191); Max value from RGB is 87 - color contains mainly: blue. Hex color #482057 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482057 is #B7DFA8. Grayscale: #323232. Windows color (decimal): -12050345 or 5709896. OLE color: 5709896.

HSL color Cylindrical-coordinate representation of color #482057: hue angle of 283.64º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #482057 is Cyan = 0.17, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB 72 32 87 -
CMYK 0.17 0.63 0 0.66
HSL 283.64º 0.46% 0.23% -
HSV(B) 283.64º 0.63% 0.34% -
XYZ 4.91 3.1 9.36 -
YUV 50.23 148.75 143.53 -
System Red Green Blue C M Y K H S L
Decimal 72 32 87 0.17 0.63 0 0.66 283.64 0.46 0.23
Hex 48 20 57 11 3F 0 42 11C 2E 17
Octal 110 40 127 21 77 0 102 434 56 27
Binary 1001000 100000 1010111 10001 111111 0 1000010 100011100 101110 10111

Color Harmonies of #482057

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482057

Black with #482057

Text Example


Text Example

White with #482057

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482057; }

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

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

background-color css

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

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

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

border-color css

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

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

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