#421F57

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

Shades of Scarlet Gum #421F57

Tints of Scarlet Gum #421F57

Color information

#421F57 (or 0x421F57) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1F and 57. RGB value is (66,31,87). Sum of RGB (Red+Green+Blue) = 66+31+87=184 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.87% from 184); Green value is 31 (12.5% from 255 or 16.85% from 184); Blue value is 87 (34.38% from 255 or 47.28% from 184); Max value from RGB is 87 - color contains mainly: blue. Hex color #421F57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421F57 is #BDE0A8. Grayscale: #2F2F2F. Windows color (decimal): -12443817 or 5709634. OLE color: 5709634.

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

Color convert

RGB663187-
CMYK0.240.6400.66
HSL277.5º47.46%23.14%-
HSV(B)277.5º64.37%34.12%-
XYZ4.462.839.33-
YUV47.85150.1140.95-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.87%
GREEN value IS 31 (12.5% from 255) = 16.85%
BLUE value IS 87 (34.38% from 255) = 47.28%
R=35.87%
G=16.85%
B=47.28%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.64
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6631870.240.6400.66277.547.4623.14
Hex421F5718400421162f17
Octal102371273010001024265727
Binary10000101111110101111100010000000100001010001011010111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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