#421A4F

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

Shades of Scarlet Gum #421A4F

Tints of Scarlet Gum #421A4F

Color information

#421A4F (or 0x421A4F) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1A and 4F. RGB value is (66,26,79). Sum of RGB (Red+Green+Blue) = 66+26+79=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 26 (10.55% from 255 or 15.20% from 171); Blue value is 79 (31.25% from 255 or 46.20% from 171); Max value from RGB is 79 - color contains mainly: blue. Hex color #421A4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421A4F is #BDE5B0. Grayscale: #2B2B2B. Windows color (decimal): -12445105 or 5184066. OLE color: 5184066.

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

Color convert

RGB662679-
CMYK0.160.6700.69
HSL285.28º50.48%20.59%-
HSV(B)285.28º67.09%30.98%-
XYZ4.032.467.66-
YUV44147.75143.69-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 26 (10.55% from 255) = 15.20%
BLUE value IS 79 (31.25% from 255) = 46.20%
R=38.60%
G=15.20%
B=46.20%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6626790.160.6700.69285.2850.4820.59
Hex421A4F104304511d3215
Octal102321172010301054356225
Binary10000101101010011111000010000110100010110001110111001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421A4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,26,79); }

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

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

 a { background-color: rgb(66,26,79); }

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

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

 span { border-color: rgb(66,26,79); }

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