#421C56

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

Shades of Scarlet Gum #421C56

Tints of Scarlet Gum #421C56

Color information

#421C56 (or 0x421C56) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1C and 56. RGB value is (66,28,86). Sum of RGB (Red+Green+Blue) = 66+28+86=180 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.67% from 180); Green value is 28 (11.33% from 255 or 15.56% from 180); Blue value is 86 (33.98% from 255 or 47.78% from 180); Max value from RGB is 86 - color contains mainly: blue. Hex color #421C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C56 is #BDE3A9. Grayscale: #2D2D2D. Windows color (decimal): -12444586 or 5643330. OLE color: 5643330.

HSL color Cylindrical-coordinate representation of color #421C56: hue angle of 279.31º degrees, saturation: 0.51, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421C56 is Cyan = 0.23, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB662886-
CMYK0.230.6700.66
HSL279.31º50.88%22.35%-
HSV(B)279.31º67.44%33.73%-
XYZ4.342.669.09-
YUV45.97150.59142.28-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.67%
GREEN value IS 28 (11.33% from 255) = 15.56%
BLUE value IS 86 (33.98% from 255) = 47.78%
R=36.67%
G=15.56%
B=47.78%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6628860.230.6700.66279.3150.8822.35
Hex421C5617430421173316
Octal102341262710301024276326
Binary10000101110010101101011110000110100001010001011111001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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