#421C57

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

Shades of Scarlet Gum #421C57

Tints of Scarlet Gum #421C57

Color information

#421C57 (or 0x421C57) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1C and 57. RGB value is (66,28,87). Sum of RGB (Red+Green+Blue) = 66+28+87=181 (23% of max value = 765). Red value is 66 (26.17% from 255 or 36.46% from 181); Green value is 28 (11.33% from 255 or 15.47% from 181); Blue value is 87 (34.38% from 255 or 48.07% from 181); Max value from RGB is 87 - color contains mainly: blue. Hex color #421C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C57 is #BDE3A8. Grayscale: #2D2D2D. Windows color (decimal): -12444585 or 5708866. OLE color: 5708866.

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

Color convert

RGB662887-
CMYK0.240.6800.66
HSL278.64º51.3%22.55%-
HSV(B)278.64º67.82%34.12%-
XYZ4.382.689.3-
YUV46.09151.09142.2-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 36.46%
GREEN value IS 28 (11.33% from 255) = 15.47%
BLUE value IS 87 (34.38% from 255) = 48.07%
R=36.46%
G=15.47%
B=48.07%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6628870.240.6800.66278.6451.322.55
Hex421C5718440421173317
Octal102341273010401024276327
Binary10000101110010101111100010001000100001010001011111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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