#431A55

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

Shades of Scarlet Gum #431A55

Tints of Scarlet Gum #431A55

Color information

#431A55 (or 0x431A55) is unknown color: approx Scarlet Gum. HEX triplet: 43, 1A and 55. RGB value is (67,26,85). Sum of RGB (Red+Green+Blue) = 67+26+85=178 (23% of max value = 765). Red value is 67 (26.56% from 255 or 37.64% from 178); Green value is 26 (10.55% from 255 or 14.61% from 178); Blue value is 85 (33.59% from 255 or 47.75% from 178); Max value from RGB is 85 - color contains mainly: blue. Hex color #431A55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431A55 is #BCE5AA. Grayscale: #2C2C2C. Windows color (decimal): -12379563 or 5577283. OLE color: 5577283.

HSL color Cylindrical-coordinate representation of color #431A55: hue angle of 281.69º degrees, saturation: 0.53, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #431A55 is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB672685-
CMYK0.210.6900.67
HSL281.69º53.15%21.76%-
HSV(B)281.69º69.41%33.33%-
XYZ4.322.598.87-
YUV44.98150.58143.7-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 37.64%
GREEN value IS 26 (10.55% from 255) = 14.61%
BLUE value IS 85 (33.59% from 255) = 47.75%
R=37.64%
G=14.61%
B=47.75%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6726850.210.6900.67281.6953.1521.76
Hex431A55154504311a3516
Octal103321252510501034326526
Binary10000111101010101011010110001010100001110001101011010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431A55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(67,26,85); }

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

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

 a { background-color: rgb(67,26,85); }

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

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

 span { border-color: rgb(67,26,85); }

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