Html Css Color HEX #481161 Scarlet Gum

📋 copy color: '#481161'

red 72 ◦ green 17 ◦ blue 97

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

Shades of Scarlet Gum #481161

Tints of Scarlet Gum #481161

RGB

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

 GREEN value IS 17 (7.03% from 255) = 9.14%

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

R = 38.71%
G = 9.14%
B = 52.15%

CMYK

 C value IS 0.26

 M value IS 0.82

 Y value IS 0

 K value IS 0.62

RGB Variations

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

Color information

#481161 (or 0x481161) is known color: Scarlet Gum. HEX triplet: 48, 11 and 61. RGB value is (72,17,97). Sum of RGB (Red+Green+Blue) = 72+17+97=186 (24% of max value = 765). Red value is 72 (28.52% from 255 or 38.71% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 97 (38.28% from 255 or 52.15% from 186); Max value from RGB is 97 - color contains mainly: blue. Hex color #481161 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #481161 is #B7EE9E. Grayscale: #2A2A2A. Windows color (decimal): -12054175 or 6361416. OLE color: 6361416.

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

Color convert

RGB 72 17 97 -
CMYK 0.26 0.82 0 0.62
HSL 281.25º 0.7% 0.22% -
HSV(B) 281.25º 0.82% 0.38% -
XYZ 5.03 2.64 11.55 -
YUV 42.57 158.72 149 -
System Red Green Blue C M Y K H S L
Decimal 72 17 97 0.26 0.82 0 0.62 281.25 0.7 0.22
Hex 48 11 61 1A 52 0 3E 119 46 16
Octal 110 21 141 32 122 0 76 431 106 26
Binary 1001000 10001 1100001 11010 1010010 0 111110 100011001 1000110 10110

Color Harmonies of #481161

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #481161

Black with #481161

Text Example


Text Example

White with #481161

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #481161; }

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

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

background-color css

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

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

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

border-color css

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

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

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