#421B5D

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

Shades of Scarlet Gum #421B5D

Tints of Scarlet Gum #421B5D

Color information

#421B5D (or 0x421B5D) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1B and 5D. RGB value is (66,27,93). Sum of RGB (Red+Green+Blue) = 66+27+93=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 27 (10.94% from 255 or 14.52% from 186); Blue value is 93 (36.72% from 255 or 50% from 186); Max value from RGB is 93 - color contains mainly: blue. Hex color #421B5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421B5D is #BDE4A2. Grayscale: #2D2D2D. Windows color (decimal): -12444835 or 6101826. OLE color: 6101826.

HSL color Cylindrical-coordinate representation of color #421B5D: hue angle of 275.45º degrees, saturation: 0.55, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #421B5D is Cyan = 0.29, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB662793-
CMYK0.290.7100.64
HSL275.45º55%23.53%-
HSV(B)275.45º70.97%36.47%-
XYZ4.612.7310.64-
YUV46.18154.42142.13-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 27 (10.94% from 255) = 14.52%
BLUE value IS 93 (36.72% from 255) = 50%
R=35.48%
G=14.52%
B=50%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.71
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6627930.290.7100.64275.455523.53
Hex421B5D1D470401133718
Octal102331353510701004236730
Binary10000101101110111011110110001110100000010001001111011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421B5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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