Html Css Color HEX #482362 Scarlet Gum

📋 copy color: '#482362'

red 72 ◦ green 35 ◦ blue 98

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

Shades of Scarlet Gum #482362

Tints of Scarlet Gum #482362

RGB

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

 GREEN value IS 35 (14.06% from 255) = 17.07%

 BLUE value IS 98 (38.67% from 255) = 47.8%

R = 35.12%
G = 17.07%
B = 47.8%

CMYK

 C value IS 0.27

 M value IS 0.64

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#482362 (or 0x482362) is known color: Scarlet Gum. HEX triplet: 48, 23 and 62. RGB value is (72,35,98). Sum of RGB (Red+Green+Blue) = 72+35+98=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 35 (14.06% from 255 or 17.07% from 205); Blue value is 98 (38.67% from 255 or 47.80% from 205); Max value from RGB is 98 - color contains mainly: blue. Hex color #482362 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482362 is #B7DC9D. Grayscale: #353535. Windows color (decimal): -12049566 or 6431560. OLE color: 6431560.

HSL color Cylindrical-coordinate representation of color #482362: hue angle of 275.24º degrees, saturation: 0.47, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #482362 is Cyan = 0.27, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB 72 35 98 -
CMYK 0.27 0.64 0 0.62
HSL 275.24º 0.47% 0.26% -
HSV(B) 275.24º 0.64% 0.38% -
XYZ 5.48 3.46 11.93 -
YUV 53.25 153.26 141.38 -
System Red Green Blue C M Y K H S L
Decimal 72 35 98 0.27 0.64 0 0.62 275.24 0.47 0.26
Hex 48 23 62 1B 40 0 3E 113 2F 1A
Octal 110 43 142 33 100 0 76 423 57 32
Binary 1001000 100011 1100010 11011 1000000 0 111110 100010011 101111 11010

Color Harmonies of #482362

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482362

Black with #482362

Text Example


Text Example

White with #482362

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482362; }

 p { color: rgb(72,35,98); }

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

background-color css

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

 a { background-color: rgb(72,35,98); }

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

border-color css

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

 span { border-color: rgb(72,35,98); }

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