#430E59

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

Shades of Scarlet Gum #430E59

Tints of Scarlet Gum #430E59

Color information

#430E59 (or 0x430E59) is unknown color: approx Scarlet Gum. HEX triplet: 43, 0E and 59. RGB value is (67,14,89). Sum of RGB (Red+Green+Blue) = 67+14+89=170 (22% of max value = 765). Red value is 67 (26.56% from 255 or 39.41% from 170); Green value is 14 (5.86% from 255 or 8.24% from 170); Blue value is 89 (35.16% from 255 or 52.35% from 170); Max value from RGB is 89 - color contains mainly: blue. Hex color #430E59 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430E59 is #BCF1A6. Grayscale: #262626. Windows color (decimal): -12382631 or 5836355. OLE color: 5836355.

HSL color Cylindrical-coordinate representation of color #430E59: hue angle of 282.4º degrees, saturation: 0.73, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #430E59 is Cyan = 0.25, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB671489-
CMYK0.250.8400.65
HSL282.4º72.82%20.2%-
HSV(B)282.4º84.27%34.9%-
XYZ4.272.239.66-
YUV38.4156.56148.4-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 39.41%
GREEN value IS 14 (5.86% from 255) = 8.24%
BLUE value IS 89 (35.16% from 255) = 52.35%
R=39.41%
G=8.24%
B=52.35%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6714890.250.8400.65282.472.8220.2
Hex43E59195404111a4914
Octal1031613131124010143211124
Binary10000111110101100111001101010001000001100011010100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430E59; }

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

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

<style>
 a { background-color: #430E59; }

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

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

<style>
 span { border-color: #430E59; }

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

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