#421F5D

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

Shades of Scarlet Gum #421F5D

Tints of Scarlet Gum #421F5D

Color information

#421F5D (or 0x421F5D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1F and 5D. RGB value is (66,31,93). Sum of RGB (Red+Green+Blue) = 66+31+93=190 (25% of max value = 765). Red value is 66 (26.17% from 255 or 34.74% from 190); Green value is 31 (12.5% from 255 or 16.32% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #421F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F5D is #BDE0A2. Grayscale: #303030. Windows color (decimal): -12443811 or 6102850. OLE color: 6102850.

HSL color Cylindrical-coordinate representation of color #421F5D: hue angle of 273.87º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421F5D is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB663193-
CMYK0.290.6700.64
HSL273.87º50%24.31%-
HSV(B)273.87º66.67%36.47%-
XYZ4.712.9310.67-
YUV48.53153.1140.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 34.74%
GREEN value IS 31 (12.5% from 255) = 16.32%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=34.74%
G=16.32%
B=48.95%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6631930.290.6700.64273.875024.31
Hex421F5D1D430401123218
Octal102371353510301004226230
Binary10000101111110111011110110000110100000010001001011001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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