Html Css Color HEX #482063 Scarlet Gum

📋 copy color: '#482063'

red 72 ◦ green 32 ◦ blue 99

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

Shades of Scarlet Gum #482063

Tints of Scarlet Gum #482063

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 48.77%

R = 35.47%
G = 15.76%
B = 48.77%

CMYK

 C value IS 0.27

 M value IS 0.68

 Y value IS 0

 K value IS 0.61

RGB Variations

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

Color information

#482063 (or 0x482063) is known color: Scarlet Gum. HEX triplet: 48, 20 and 63. RGB value is (72,32,99). Sum of RGB (Red+Green+Blue) = 72+32+99=203 (26% of max value = 765). Red value is 72 (28.52% from 255 or 35.47% from 203); Green value is 32 (12.89% from 255 or 15.76% from 203); Blue value is 99 (39.06% from 255 or 48.77% from 203); Max value from RGB is 99 - color contains mainly: blue. Hex color #482063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482063 is #B7DF9C. Grayscale: #333333. Windows color (decimal): -12050333 or 6496328. OLE color: 6496328.

HSL color Cylindrical-coordinate representation of color #482063: hue angle of 275.82º degrees, saturation: 0.51, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #482063 is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB 72 32 99 -
CMYK 0.27 0.68 0 0.61
HSL 275.82º 0.51% 0.26% -
HSV(B) 275.82º 0.68% 0.39% -
XYZ 5.44 3.31 12.16 -
YUV 51.6 154.75 142.55 -
System Red Green Blue C M Y K H S L
Decimal 72 32 99 0.27 0.68 0 0.61 275.82 0.51 0.26
Hex 48 20 63 1B 44 0 3D 114 33 1A
Octal 110 40 143 33 104 0 75 424 63 32
Binary 1001000 100000 1100011 11011 1000100 0 111101 100010100 110011 11010

Color Harmonies of #482063

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482063

Black with #482063

Text Example


Text Example

White with #482063

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482063; }

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

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

background-color css

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

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

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

border-color css

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

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

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