#421159

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

Shades of Scarlet Gum #421159

Tints of Scarlet Gum #421159

Color information

#421159 (or 0x421159) is unknown color: approx Scarlet Gum. HEX triplet: 42, 11 and 59. RGB value is (66,17,89). Sum of RGB (Red+Green+Blue) = 66+17+89=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 17 (7.03% from 255 or 9.88% from 172); Blue value is 89 (35.16% from 255 or 51.74% from 172); Max value from RGB is 89 - color contains mainly: blue. Hex color #421159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421159 is #BDEEA6. Grayscale: #272727. Windows color (decimal): -12447399 or 5837122. OLE color: 5837122.

HSL color Cylindrical-coordinate representation of color #421159: hue angle of 280.83º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421159 is Cyan = 0.26, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB661789-
CMYK0.260.8100.65
HSL280.83º67.92%20.78%-
HSV(B)280.83º80.9%34.9%-
XYZ4.252.289.67-
YUV39.86155.73146.65-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 17 (7.03% from 255) = 9.88%
BLUE value IS 89 (35.16% from 255) = 51.74%
R=38.37%
G=9.88%
B=51.74%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6617890.260.8100.65280.8367.9220.78
Hex4211591A510411194415
Octal1022113132121010143110425
Binary100001010001101100111010101000101000001100011001100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421159; }

 p { color: rgb(66,17,89); }

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

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

 a { background-color: rgb(66,17,89); }

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

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

 span { border-color: rgb(66,17,89); }

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