#421859

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

Shades of Scarlet Gum #421859

Tints of Scarlet Gum #421859

Color information

#421859 (or 0x421859) is unknown color: approx Scarlet Gum. HEX triplet: 42, 18 and 59. RGB value is (66,24,89). Sum of RGB (Red+Green+Blue) = 66+24+89=179 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.87% from 179); Green value is 24 (9.77% from 255 or 13.41% from 179); Blue value is 89 (35.16% from 255 or 49.72% from 179); Max value from RGB is 89 - color contains mainly: blue. Hex color #421859 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421859 is #BDE7A6. Grayscale: #2B2B2B. Windows color (decimal): -12445607 or 5838914. OLE color: 5838914.

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

Color convert

RGB662489-
CMYK0.260.7300.65
HSL278.77º57.52%22.16%-
HSV(B)278.77º73.03%34.9%-
XYZ4.382.539.71-
YUV43.97153.41143.71-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.87%
GREEN value IS 24 (9.77% from 255) = 13.41%
BLUE value IS 89 (35.16% from 255) = 49.72%
R=36.87%
G=13.41%
B=49.72%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6624890.260.7300.65278.7757.5222.16
Hex4218591A490411173a16
Octal102301313211101014277226
Binary10000101100010110011101010010010100000110001011111101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421859

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421859; }

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

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

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

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

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

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

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

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