#431F57

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

Shades of Scarlet Gum #431F57

Tints of Scarlet Gum #431F57

Color information

#431F57 (or 0x431F57) is unknown color: approx Scarlet Gum. HEX triplet: 43, 1F and 57. RGB value is (67,31,87). Sum of RGB (Red+Green+Blue) = 67+31+87=185 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.22% from 185); Green value is 31 (12.5% from 255 or 16.76% from 185); Blue value is 87 (34.38% from 255 or 47.03% from 185); Max value from RGB is 87 - color contains mainly: blue. Hex color #431F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F57 is #BCE0A8. Grayscale: #2F2F2F. Windows color (decimal): -12378281 or 5709635. OLE color: 5709635.

HSL color Cylindrical-coordinate representation of color #431F57: hue angle of 278.57º degrees, saturation: 0.47, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #431F57 is Cyan = 0.23, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB673187-
CMYK0.230.6400.66
HSL278.57º47.46%23.14%-
HSV(B)278.57º64.37%34.12%-
XYZ4.532.869.33-
YUV48.15149.93141.45-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.22%
GREEN value IS 31 (12.5% from 255) = 16.76%
BLUE value IS 87 (34.38% from 255) = 47.03%
R=36.22%
G=16.76%
B=47.03%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6731870.230.6400.66278.5747.4623.14
Hex431F5717400421172f17
Octal103371272710001024275727
Binary10000111111110101111011110000000100001010001011110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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