#472161

Color #472161 Scarlet Gum (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Scarlet Gum #472161

Tints of Scarlet Gum #472161

Color information

#472161 (or 0x472161) is unknown color: approx Scarlet Gum. HEX triplet: 47, 21 and 61. RGB value is (71,33,97). Sum of RGB (Red+Green+Blue) = 71+33+97=201 (26% of max value = 765). Red value is 71 (28.12% from 255 or 35.32% from 201); Green value is 33 (13.28% from 255 or 16.42% from 201); Blue value is 97 (38.28% from 255 or 48.26% from 201); Max value from RGB is 97 - color contains mainly: blue. Hex color #472161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #472161 is #B8DE9E. Grayscale: #333333. Windows color (decimal): -12115615 or 6365511. OLE color: 6365511.

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

Color convert

RGB713397-
CMYK0.270.6600.62
HSL275.62º49.23%25.49%-
HSV(B)275.62º65.98%38.04%-
XYZ5.33.2911.67-
YUV51.66153.59141.8-

RGB Variations

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

RGB

RED value IS 71 (28.12% from 255) = 35.32%
GREEN value IS 33 (13.28% from 255) = 16.42%
BLUE value IS 97 (38.28% from 255) = 48.26%
R=35.32%
G=16.42%
B=48.26%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7133970.270.6600.62275.6249.2325.49
Hex4721611B4203E1143119
Octal10741141331020764246131
Binary10001111000011100001110111000010011111010001010011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #472161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #472161; }

 p { color: rgb(71,33,97); }

 H1.HeaderClassName
 {
   color: #472161;
 }
 .AnyTagClassName
 {
   color: #472161;
 }
</style>
background-color css

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

 a { background-color: rgb(71,33,97); }

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

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

 span { border-color: rgb(71,33,97); }

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