#431E55

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

Shades of Scarlet Gum #431E55

Tints of Scarlet Gum #431E55

Color information

#431E55 (or 0x431E55) is unknown color: approx Scarlet Gum. HEX triplet: 43, 1E and 55. RGB value is (67,30,85). Sum of RGB (Red+Green+Blue) = 67+30+85=182 (24% of max value = 765). Red value is 67 (26.56% from 255 or 36.81% from 182); Green value is 30 (12.11% from 255 or 16.48% from 182); Blue value is 85 (33.59% from 255 or 46.70% from 182); Max value from RGB is 85 - color contains mainly: blue. Hex color #431E55 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #431E55 is #BCE1AA. Grayscale: #2F2F2F. Windows color (decimal): -12378539 or 5578307. OLE color: 5578307.

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

Color convert

RGB673085-
CMYK0.210.6500.67
HSL280.36º47.83%22.55%-
HSV(B)280.36º64.71%33.33%-
XYZ4.422.788.9-
YUV47.33149.26142.03-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 36.81%
GREEN value IS 30 (12.11% from 255) = 16.48%
BLUE value IS 85 (33.59% from 255) = 46.70%
R=36.81%
G=16.48%
B=46.70%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6730850.210.6500.67280.3647.8322.55
Hex431E5515410431183017
Octal103361252510101034306027
Binary10000111111010101011010110000010100001110001100011000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #431E55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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