Html Css Color HEX #482461 Scarlet Gum

📋 copy color: '#482461'

red 72 ◦ green 36 ◦ blue 97

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

Shades of Scarlet Gum #482461

Tints of Scarlet Gum #482461

RGB

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

 GREEN value IS 36 (14.45% from 255) = 17.56%

 BLUE value IS 97 (38.28% from 255) = 47.32%

R = 35.12%
G = 17.56%
B = 47.32%

CMYK

 C value IS 0.26

 M value IS 0.63

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#482461 (or 0x482461) is known color: Scarlet Gum. HEX triplet: 48, 24 and 61. RGB value is (72,36,97). Sum of RGB (Red+Green+Blue) = 72+36+97=205 (27% of max value = 765). Red value is 72 (28.52% from 255 or 35.12% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 97 (38.28% from 255 or 47.32% from 205); Max value from RGB is 97 - color contains mainly: blue. Hex color #482461 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #482461 is #B7DB9E. Grayscale: #353535. Windows color (decimal): -12049311 or 6366280. OLE color: 6366280.

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

Color convert

RGB 72 36 97 -
CMYK 0.26 0.63 0 0.62
HSL 275.41º 0.46% 0.26% -
HSV(B) 275.41º 0.63% 0.38% -
XYZ 5.46 3.5 11.7 -
YUV 53.72 152.43 141.04 -
System Red Green Blue C M Y K H S L
Decimal 72 36 97 0.26 0.63 0 0.62 275.41 0.46 0.26
Hex 48 24 61 1A 3F 0 3E 113 2E 1A
Octal 110 44 141 32 77 0 76 423 56 32
Binary 1001000 100100 1100001 11010 111111 0 111110 100010011 101110 11010

Color Harmonies of #482461

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #482461

Black with #482461

Text Example


Text Example

White with #482461

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #482461; }

 p { color: rgb(72,36,97); }

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

background-color css

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

 a { background-color: rgb(72,36,97); }

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

border-color css

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

 span { border-color: rgb(72,36,97); }

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