#421c5b

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

Shades of Scarlet Gum #421C5B

Tints of Scarlet Gum #421C5B

Color information

#421C5B (or 0x421C5B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1C and 5B. RGB value is (66,28,91). Sum of RGB (Red+Green+Blue) = 66+28+91=185 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.68% from 185); Green value is 28 (11.33% from 255 or 15.14% from 185); Blue value is 91 (35.94% from 255 or 49.19% from 185); Max value from RGB is 91 - color contains mainly: blue. Hex color #421C5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421C5B is #BDE3A4. Grayscale: #2E2E2E. Windows color (decimal): -12444581 or 5971010. OLE color: 5971010.

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

Color convert

RGB662891-
CMYK0.270.6900.64
HSL276.19º52.94%23.33%-
HSV(B)276.19º69.23%35.69%-
XYZ4.552.7410.19-
YUV46.54153.09141.88-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.68%
GREEN value IS 28 (11.33% from 255) = 15.14%
BLUE value IS 91 (35.94% from 255) = 49.19%
R=35.68%
G=15.14%
B=49.19%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.69
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6628910.270.6900.64276.1952.9423.33
Hex421C5B1B450401143517
Octal102341333310501004246527
Binary10000101110010110111101110001010100000010001010011010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421c5b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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