#421E59

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

Shades of Scarlet Gum #421E59

Tints of Scarlet Gum #421E59

Color information

#421E59 (or 0x421E59) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1E and 59. RGB value is (66,30,89). Sum of RGB (Red+Green+Blue) = 66+30+89=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 30 (12.11% from 255 or 16.22% from 185); Blue value is 89 (35.16% from 255 or 48.11% from 185); Max value from RGB is 89 - color contains mainly: blue. Hex color #421E59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E59 is #BDE1A6. Grayscale: #2F2F2F. Windows color (decimal): -12444071 or 5840450. OLE color: 5840450.

HSL color Cylindrical-coordinate representation of color #421E59: hue angle of 276.61º degrees, saturation: 0.5, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #421E59 is Cyan = 0.26, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB663089-
CMYK0.260.6600.65
HSL276.61º49.58%23.33%-
HSV(B)276.61º66.29%34.9%-
XYZ4.512.819.76-
YUV47.49151.43141.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 30 (12.11% from 255) = 16.22%
BLUE value IS 89 (35.16% from 255) = 48.11%
R=35.68%
G=16.22%
B=48.11%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6630890.260.6600.65276.6149.5823.33
Hex421E591A420411153217
Octal102361313210201014256227
Binary10000101111010110011101010000100100000110001010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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