Html Css Color HEX #482559 Scarlet Gum

📋 copy color: '#482559'

red 72 ◦ green 37 ◦ blue 89

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

Shades of Scarlet Gum #482559

Tints of Scarlet Gum #482559

RGB

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

 GREEN value IS 37 (14.84% from 255) = 18.69%

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

R = 36.36%
G = 18.69%
B = 44.95%

CMYK

 C value IS 0.19

 M value IS 0.58

 Y value IS 0

 K value IS 0.65

RGB Variations

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

Color information

#482559 (or 0x482559) is known color: Scarlet Gum. HEX triplet: 48, 25 and 59. RGB value is (72,37,89). Sum of RGB (Red+Green+Blue) = 72+37+89=198 (26% of max value = 765). Red value is 72 (28.52% from 255 or 36.36% from 198); Green value is 37 (14.84% from 255 or 18.69% from 198); Blue value is 89 (35.16% from 255 or 44.95% from 198); Max value from RGB is 89 - color contains mainly: blue. Hex color #482559 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482559 is #B7DAA6. Grayscale: #353535. Windows color (decimal): -12049063 or 5842248. OLE color: 5842248.

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

Color convert

RGB 72 37 89 -
CMYK 0.19 0.58 0 0.65
HSL 280.38º 0.41% 0.25% -
HSV(B) 280.38º 0.58% 0.35% -
XYZ 5.14 3.42 9.84 -
YUV 53.39 148.1 141.27 -
System Red Green Blue C M Y K H S L
Decimal 72 37 89 0.19 0.58 0 0.65 280.38 0.41 0.25
Hex 48 25 59 13 3A 0 41 118 29 19
Octal 110 45 131 23 72 0 101 430 51 31
Binary 1001000 100101 1011001 10011 111010 0 1000001 100011000 101001 11001

Color Harmonies of #482559

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482559

Black with #482559

Text Example


Text Example

White with #482559

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482559; }

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

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

background-color css

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

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

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

border-color css

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

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

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