#421D5A

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

Shades of Scarlet Gum #421D5A

Tints of Scarlet Gum #421D5A

Color information

#421D5A (or 0x421D5A) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1D and 5A. RGB value is (66,29,90). Sum of RGB (Red+Green+Blue) = 66+29+90=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 29 (11.72% from 255 or 15.68% from 185); Blue value is 90 (35.55% from 255 or 48.65% from 185); Max value from RGB is 90 - color contains mainly: blue. Hex color #421D5A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D5A is #BDE2A5. Grayscale: #2E2E2E. Windows color (decimal): -12444326 or 5905730. OLE color: 5905730.

HSL color Cylindrical-coordinate representation of color #421D5A: hue angle of 276.39º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #421D5A is Cyan = 0.27, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB662990-
CMYK0.270.6800.65
HSL276.39º51.26%23.33%-
HSV(B)276.39º67.78%35.29%-
XYZ4.532.789.97-
YUV47.02152.26141.54-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 29 (11.72% from 255) = 15.68%
BLUE value IS 90 (35.55% from 255) = 48.65%
R=35.68%
G=15.68%
B=48.65%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6629900.270.6800.65276.3951.2623.33
Hex421D5A1B440411143317
Octal102351323310401014246327
Binary10000101110110110101101110001000100000110001010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,29,90); }

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

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

 a { background-color: rgb(66,29,90); }

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

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

 span { border-color: rgb(66,29,90); }

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