#421057

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

Shades of Scarlet Gum #421057

Tints of Scarlet Gum #421057

Color information

#421057 (or 0x421057) is unknown color: approx Scarlet Gum. HEX triplet: 42, 10 and 57. RGB value is (66,16,87). Sum of RGB (Red+Green+Blue) = 66+16+87=169 (22% of max value = 765). Red value is 66 (26.17% from 255 or 39.05% from 169); Green value is 16 (6.64% from 255 or 9.47% from 169); Blue value is 87 (34.38% from 255 or 51.48% from 169); Max value from RGB is 87 - color contains mainly: blue. Hex color #421057 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421057 is #BDEFA8. Grayscale: #262626. Windows color (decimal): -12447657 or 5705794. OLE color: 5705794.

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

Color convert

RGB661687-
CMYK0.240.8200.66
HSL282.25º68.93%20.2%-
HSV(B)282.25º81.61%34.12%-
XYZ4.152.229.23-
YUV39.04155.06147.23-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 39.05%
GREEN value IS 16 (6.64% from 255) = 9.47%
BLUE value IS 87 (34.38% from 255) = 51.48%
R=39.05%
G=9.47%
B=51.48%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6616870.240.8200.66282.2568.9320.2
Hex421057185204211a4514
Octal1022012730122010243210524
Binary100001010000101011111000101001001000010100011010100010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421057

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421057; }

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

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

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

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

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

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

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

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