#421056

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

Shades of Scarlet Gum #421056

Tints of Scarlet Gum #421056

Color information

#421056 (or 0x421056) is unknown color: approx Scarlet Gum. HEX triplet: 42, 10 and 56. RGB value is (66,16,86). Sum of RGB (Red+Green+Blue) = 66+16+86=168 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.29% from 168); Green value is 16 (6.64% from 255 or 9.52% from 168); Blue value is 86 (33.98% from 255 or 51.19% from 168); Max value from RGB is 86 - color contains mainly: blue. Hex color #421056 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421056 is #BDEFA9. Grayscale: #262626. Windows color (decimal): -12447658 or 5640258. OLE color: 5640258.

HSL color Cylindrical-coordinate representation of color #421056: hue angle of 282.86º degrees, saturation: 0.69, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #421056 is Cyan = 0.23, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB661686-
CMYK0.230.8100.66
HSL282.86º68.63%20%-
HSV(B)282.86º81.4%33.73%-
XYZ4.112.29.01-
YUV38.93154.56147.31-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.29%
GREEN value IS 16 (6.64% from 255) = 9.52%
BLUE value IS 86 (33.98% from 255) = 51.19%
R=39.29%
G=9.52%
B=51.19%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6616860.230.8100.66282.8668.6320
Hex421056175104211b4514
Octal1022012627121010243310524
Binary100001010000101011010111101000101000010100011011100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421056

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421056; }

 p { color: rgb(66,16,86); }

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

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

 a { background-color: rgb(66,16,86); }

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

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

 span { border-color: rgb(66,16,86); }

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