#430259

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

Shades of Scarlet Gum #430259

Tints of Scarlet Gum #430259

Color information

#430259 (or 0x430259) is unknown color: approx Scarlet Gum. HEX triplet: 43, 02 and 59. RGB value is (67,2,89). Sum of RGB (Red+Green+Blue) = 67+2+89=158 (20% of max value = 765). Red value is 67 (26.56% from 255 or 42.41% from 158); Green value is 2 (1.17% from 255 or 1.27% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #430259 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #430259 is #BCFDA6. Grayscale: #1F1F1F. Windows color (decimal): -12385703 or 5833283. OLE color: 5833283.

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

Color convert

RGB67289-
CMYK0.250.9800.65
HSL284.83º95.6%17.84%-
HSV(B)284.83º97.75%34.9%-
XYZ4.141.969.61-
YUV31.35160.53153.43-

RGB Variations

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

RGB

RED value IS 67 (26.56% from 255) = 42.41%
GREEN value IS 2 (1.17% from 255) = 1.27%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=42.41%
G=1.27%
B=56.33%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.98
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal672890.250.9800.65284.8395.617.84
Hex43259196204111d6012
Octal103213131142010143514022
Binary100001110101100111001110001001000001100011101110000010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #430259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #430259; }

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

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

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

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

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

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

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

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