#461461

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

Shades of Scarlet Gum #461461

Tints of Scarlet Gum #461461

Color information

#461461 (or 0x461461) is unknown color: approx Scarlet Gum. HEX triplet: 46, 14 and 61. RGB value is (70,20,97). Sum of RGB (Red+Green+Blue) = 70+20+97=187 (24% of max value = 765). Red value is 70 (27.73% from 255 or 37.43% from 187); Green value is 20 (8.20% from 255 or 10.70% from 187); Blue value is 97 (38.28% from 255 or 51.87% from 187); Max value from RGB is 97 - color contains mainly: blue. Hex color #461461 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #461461 is #B9EB9E. Grayscale: #2B2B2B. Windows color (decimal): -12184479 or 6362182. OLE color: 6362182.

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

Color convert

RGB702097-
CMYK0.280.7900.62
HSL278.96º65.81%22.94%-
HSV(B)278.96º79.38%38.04%-
XYZ4.932.6711.56-
YUV43.73158.06146.74-

RGB Variations

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

RGB

RED value IS 70 (27.73% from 255) = 37.43%
GREEN value IS 20 (8.20% from 255) = 10.70%
BLUE value IS 97 (38.28% from 255) = 51.87%
R=37.43%
G=10.70%
B=51.87%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal7020970.280.7900.62278.9665.8122.94
Hex4614611C4F03E1174217
Octal106241413411707642710227
Binary10001101010011000011110010011110111110100010111100001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #461461

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #461461; }

 p { color: rgb(70,20,97); }

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

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

 a { background-color: rgb(70,20,97); }

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

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

 span { border-color: rgb(70,20,97); }

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