#421E5B

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

Shades of Scarlet Gum #421E5B

Tints of Scarlet Gum #421E5B

Color information

#421E5B (or 0x421E5B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1E and 5B. RGB value is (66,30,91). Sum of RGB (Red+Green+Blue) = 66+30+91=187 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.29% from 187); Green value is 30 (12.11% from 255 or 16.04% from 187); Blue value is 91 (35.94% from 255 or 48.66% from 187); Max value from RGB is 91 - color contains mainly: blue. Hex color #421E5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421E5B is #BDE1A4. Grayscale: #2F2F2F. Windows color (decimal): -12444069 or 5971522. OLE color: 5971522.

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

Color convert

RGB663091-
CMYK0.270.6700.64
HSL275.41º50.41%23.73%-
HSV(B)275.41º67.03%35.69%-
XYZ4.62.8410.2-
YUV47.72152.43141.04-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.29%
GREEN value IS 30 (12.11% from 255) = 16.04%
BLUE value IS 91 (35.94% from 255) = 48.66%
R=35.29%
G=16.04%
B=48.66%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6630910.270.6700.64275.4150.4123.73
Hex421E5B1B430401133218
Octal102361333310301004236230
Binary10000101111010110111101110000110100000010001001111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421E5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,30,91); }

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

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

 a { background-color: rgb(66,30,91); }

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

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

 span { border-color: rgb(66,30,91); }

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