#431F59

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

Shades of Scarlet Gum #431F59

Tints of Scarlet Gum #431F59

Color information

#431F59 (or 0x431F59) is unknown color: approx Scarlet Gum. HEX triplet: 43, 1F and 59. RGB value is (67,31,89). Sum of RGB (Red+Green+Blue) = 67+31+89=187 (24% of max value = 765). Red value is 67 (26.56% from 255 or 35.83% from 187); Green value is 31 (12.5% from 255 or 16.58% from 187); Blue value is 89 (35.16% from 255 or 47.59% from 187); Max value from RGB is 89 - color contains mainly: blue. Hex color #431F59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431F59 is #BCE0A6. Grayscale: #303030. Windows color (decimal): -12378279 or 5840707. OLE color: 5840707.

HSL color Cylindrical-coordinate representation of color #431F59: hue angle of 277.24º degrees, saturation: 0.48, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #431F59 is Cyan = 0.25, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB673189-
CMYK0.250.6500.65
HSL277.24º48.33%23.53%-
HSV(B)277.24º65.17%34.9%-
XYZ4.612.899.77-
YUV48.38150.93141.28-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 35.83%
GREEN value IS 31 (12.5% from 255) = 16.58%
BLUE value IS 89 (35.16% from 255) = 47.59%
R=35.83%
G=16.58%
B=47.59%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6731890.250.6500.65277.2448.3323.53
Hex431F5919410411153018
Octal103371313110101014256030
Binary10000111111110110011100110000010100000110001010111000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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