#421D5B

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

Shades of Scarlet Gum #421D5B

Tints of Scarlet Gum #421D5B

Color information

#421D5B (or 0x421D5B) is unknown color: approx Scarlet Gum. HEX triplet: 42, 1D and 5B. RGB value is (66,29,91). Sum of RGB (Red+Green+Blue) = 66+29+91=186 (24% of max value = 765). Red value is 66 (26.17% from 255 or 35.48% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 91 (35.94% from 255 or 48.92% from 186); Max value from RGB is 91 - color contains mainly: blue. Hex color #421D5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #421D5B is #BDE2A4. Grayscale: #2E2E2E. Windows color (decimal): -12444325 or 5971266. OLE color: 5971266.

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

Color convert

RGB662991-
CMYK0.270.6800.64
HSL275.81º51.67%23.53%-
HSV(B)275.81º68.13%35.69%-
XYZ4.572.7910.2-
YUV47.13152.76141.46-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 35.48%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 91 (35.94% from 255) = 48.92%
R=35.48%
G=15.59%
B=48.92%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6629910.270.6800.64275.8151.6723.53
Hex421D5B1B440401143418
Octal102351333310401004246430
Binary10000101110110110111101110001000100000010001010011010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #421D5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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