#421B4E

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

Shades of Scarlet Gum #421B4E

Tints of Scarlet Gum #421B4E

Color information

#421B4E (or 0x421B4E) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1B and 4E. RGB value is (66,27,78). Sum of RGB (Red+Green+Blue) = 66+27+78=171 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.60% from 171); Green value is 27 (10.94% from 255 or 15.79% from 171); Blue value is 78 (30.86% from 255 or 45.61% from 171); Max value from RGB is 78 - color contains mainly: blue. Hex color #421B4E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B4E is #BDE4B1. Grayscale: #2C2C2C. Windows color (decimal): -12444850 or 5118786. OLE color: 5118786.

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

Color convert

RGB662778-
CMYK0.150.6500.69
HSL285.88º48.57%20.59%-
HSV(B)285.88º65.38%30.59%-
XYZ4.012.497.48-
YUV44.47146.92143.35-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.60%
GREEN value IS 27 (10.94% from 255) = 15.79%
BLUE value IS 78 (30.86% from 255) = 45.61%
R=38.60%
G=15.79%
B=45.61%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal6627780.150.6500.69285.8848.5720.59
Hex421B4EF4104511e3115
Octal102331161710101054366125
Binary1000010110111001110111110000010100010110001111011000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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