#431F5D

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

Shades of Scarlet Gum #431F5D

Tints of Scarlet Gum #431F5D

Color information

#431F5D (or 0x431F5D) is unknown color: approx Scarlet Gum. HEX triplet: 43, 1F and 5D. RGB value is (67,31,93). Sum of RGB (Red+Green+Blue) = 67+31+93=191 (25% of max value = 765). Red value is 67 (26.56% from 255 or 35.08% from 191); Green value is 31 (12.5% from 255 or 16.23% from 191); Blue value is 93 (36.72% from 255 or 48.69% from 191); Max value from RGB is 93 - color contains mainly: blue. Hex color #431F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F5D is #BCE0A2. Grayscale: #303030. Windows color (decimal): -12378275 or 6102851. OLE color: 6102851.

HSL color Cylindrical-coordinate representation of color #431F5D: hue angle of 274.84º 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 #431F5D is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB673193-
CMYK0.280.6700.64
HSL274.84º50%24.31%-
HSV(B)274.84º66.67%36.47%-
XYZ4.782.9610.68-
YUV48.83152.93140.96-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.08%
GREEN value IS 31 (12.5% from 255) = 16.23%
BLUE value IS 93 (36.72% from 255) = 48.69%
R=35.08%
G=16.23%
B=48.69%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6731930.280.6700.64274.845024.31
Hex431F5D1C430401133218
Octal103371353410301004236230
Binary10000111111110111011110010000110100000010001001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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