#421F54

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

Shades of Scarlet Gum #421F54

Tints of Scarlet Gum #421F54

Color information

#421F54 (or 0x421F54) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1F and 54. RGB value is (66,31,84). Sum of RGB (Red+Green+Blue) = 66+31+84=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 31 (12.5% from 255 or 17.13% from 181); Blue value is 84 (33.20% from 255 or 46.41% from 181); Max value from RGB is 84 - color contains mainly: blue. Hex color #421F54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F54 is #BDE0AB. Grayscale: #2F2F2F. Windows color (decimal): -12443820 or 5513026. OLE color: 5513026.

HSL color Cylindrical-coordinate representation of color #421F54: hue angle of 279.62º degrees, saturation: 0.46, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #421F54 is Cyan = 0.21, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB663184-
CMYK0.210.6300.67
HSL279.62º46.09%22.55%-
HSV(B)279.62º63.1%32.94%-
XYZ4.342.788.7-
YUV47.51148.6141.19-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 31 (12.5% from 255) = 17.13%
BLUE value IS 84 (33.20% from 255) = 46.41%
R=36.46%
G=17.13%
B=46.41%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6631840.210.6300.67279.6246.0922.55
Hex421F54153F0431182e17
Octal10237124257701034305627
Binary1000010111111010100101011111110100001110001100010111010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421F54; }

 p { color: rgb(66,31,84); }

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

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

 a { background-color: rgb(66,31,84); }

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

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

 span { border-color: rgb(66,31,84); }

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