#421C54

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

Shades of Scarlet Gum #421C54

Tints of Scarlet Gum #421C54

Color information

#421C54 (or 0x421C54) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1C and 54. RGB value is (66,28,84). Sum of RGB (Red+Green+Blue) = 66+28+84=178 (23% of max value = 765). Red value is 66 (26.17% from 255 or 37.08% from 178); Green value is 28 (11.33% from 255 or 15.73% from 178); Blue value is 84 (33.20% from 255 or 47.19% from 178); Max value from RGB is 84 - color contains mainly: blue. Hex color #421C54 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C54 is #BDE3AB. Grayscale: #2D2D2D. Windows color (decimal): -12444588 or 5512258. OLE color: 5512258.

HSL color Cylindrical-coordinate representation of color #421C54: hue angle of 280.71º degrees, saturation: 0.5, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #421C54 is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB662884-
CMYK0.210.6700.67
HSL280.71º50%21.96%-
HSV(B)280.71º66.67%32.94%-
XYZ4.262.638.67-
YUV45.75149.59142.45-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 37.08%
GREEN value IS 28 (11.33% from 255) = 15.73%
BLUE value IS 84 (33.20% from 255) = 47.19%
R=37.08%
G=15.73%
B=47.19%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal6628840.210.6700.67280.715021.96
Hex421C5415430431193216
Octal102341242510301034316226
Binary10000101110010101001010110000110100001110001100111001010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C54

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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