Html Css Color HEX #482259 Scarlet Gum

📋 copy color: '#482259'

red 72 ◦ green 34 ◦ blue 89

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

Shades of Scarlet Gum #482259

Tints of Scarlet Gum #482259

RGB

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

 GREEN value IS 34 (13.67% from 255) = 17.44%

 BLUE value IS 89 (35.16% from 255) = 45.64%

R = 36.92%
G = 17.44%
B = 45.64%

CMYK

 C value IS 0.19

 M value IS 0.62

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#482259 (or 0x482259) is known color: Scarlet Gum. HEX triplet: 48, 22 and 59. RGB value is (72,34,89). Sum of RGB (Red+Green+Blue) = 72+34+89=195 (25% of max value = 765). Red value is 72 (28.52% from 255 or 36.92% from 195); Green value is 34 (13.67% from 255 or 17.44% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #482259 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482259 is #B7DDA6. Grayscale: #333333. Windows color (decimal): -12049831 or 5841480. OLE color: 5841480.

HSL color Cylindrical-coordinate representation of color #482259: hue angle of 281.45º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #482259 is Cyan = 0.19, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB 72 34 89 -
CMYK 0.19 0.62 0 0.65
HSL 281.45º 0.45% 0.24% -
HSV(B) 281.45º 0.62% 0.35% -
XYZ 5.05 3.24 9.81 -
YUV 51.63 149.09 142.53 -
System Red Green Blue C M Y K H S L
Decimal 72 34 89 0.19 0.62 0 0.65 281.45 0.45 0.24
Hex 48 22 59 13 3E 0 41 119 2D 18
Octal 110 42 131 23 76 0 101 431 55 30
Binary 1001000 100010 1011001 10011 111110 0 1000001 100011001 101101 11000

Color Harmonies of #482259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482259

Black with #482259

Text Example


Text Example

White with #482259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482259; }

 p { color: rgb(72,34,89); }

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

background-color css

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

 a { background-color: rgb(72,34,89); }

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

border-color css

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

 span { border-color: rgb(72,34,89); }

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