#421B4D

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

Shades of Scarlet Gum #421B4D

Tints of Scarlet Gum #421B4D

Color information

#421B4D (or 0x421B4D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1B and 4D. RGB value is (66,27,77). Sum of RGB (Red+Green+Blue) = 66+27+77=170 (22% of max value = 765). Red value is 66 (26.17% from 255 or 38.82% from 170); Green value is 27 (10.94% from 255 or 15.88% from 170); Blue value is 77 (30.47% from 255 or 45.29% from 170); Max value from RGB is 77 - color contains mainly: blue. Hex color #421B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B4D is #BDE4B2. Grayscale: #2C2C2C. Windows color (decimal): -12444851 or 5053250. OLE color: 5053250.

HSL color Cylindrical-coordinate representation of color #421B4D: hue angle of 286.8º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #421B4D is Cyan = 0.14, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB662777-
CMYK0.140.6500.70
HSL286.8º48.08%20.39%-
HSV(B)286.8º64.94%30.2%-
XYZ3.982.487.29-
YUV44.36146.42143.43-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 38.82%
GREEN value IS 27 (10.94% from 255) = 15.88%
BLUE value IS 77 (30.47% from 255) = 45.29%
R=38.82%
G=15.88%
B=45.29%

CMYK

C (Cyan) values IS 0.14
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6627770.140.6500.70286.848.0820.39
Hex421B4DE4104611f3014
Octal102331151610101064376024
Binary1000010110111001101111010000010100011010001111111000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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