#421B4F

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

Shades of Scarlet Gum #421B4F

Tints of Scarlet Gum #421B4F

Color information

#421B4F (or 0x421B4F) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1B and 4F. RGB value is (66,27,79). Sum of RGB (Red+Green+Blue) = 66+27+79=172 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.37% from 172); Green value is 27 (10.94% from 255 or 15.70% from 172); Blue value is 79 (31.25% from 255 or 45.93% from 172); Max value from RGB is 79 - color contains mainly: blue. Hex color #421B4F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B4F is #BDE4B0. Grayscale: #2C2C2C. Windows color (decimal): -12444849 or 5184322. OLE color: 5184322.

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

Color convert

RGB662779-
CMYK0.160.6600.69
HSL285º49.06%20.78%-
HSV(B)285º65.82%30.98%-
XYZ4.052.517.67-
YUV44.59147.42143.27-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.37%
GREEN value IS 27 (10.94% from 255) = 15.70%
BLUE value IS 79 (31.25% from 255) = 45.93%
R=38.37%
G=15.70%
B=45.93%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6627790.160.6600.6928549.0620.78
Hex421B4F104204511d3115
Octal102331172010201054356125
Binary10000101101110011111000010000100100010110001110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B4F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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