#421257

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

Shades of Scarlet Gum #421257

Tints of Scarlet Gum #421257

Color information

#421257 (or 0x421257) is unknown color: approx Scarlet Gum. HEX triplet: 42, 12 and 57. RGB value is (66,18,87). Sum of RGB (Red+Green+Blue) = 66+18+87=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 18 (7.42% from 255 or 10.53% from 171); Blue value is 87 (34.38% from 255 or 50.88% from 171); Max value from RGB is 87 - color contains mainly: blue. Hex color #421257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #421257 is #BDEDA8. Grayscale: #272727. Windows color (decimal): -12447145 or 5706306. OLE color: 5706306.

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

Color convert

RGB661887-
CMYK0.240.7900.66
HSL281.74º65.71%20.59%-
HSV(B)281.74º79.31%34.12%-
XYZ4.182.289.24-
YUV40.22154.4146.39-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 18 (7.42% from 255) = 10.53%
BLUE value IS 87 (34.38% from 255) = 50.88%
R=38.60%
G=10.53%
B=50.88%

CMYK

C (Cyan) values IS 0.24
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal6618870.240.7900.66281.7465.7120.59
Hex421257184F04211a4215
Octal1022212730117010243210225
Binary100001010010101011111000100111101000010100011010100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #421257; }

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

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

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

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

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

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

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

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