#411D59

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

Shades of Scarlet Gum #411D59

Tints of Scarlet Gum #411D59

Color information

#411D59 (or 0x411D59) is unknown color: approx Scarlet Gum. HEX triplet: 41, 1D and 59. RGB value is (65,29,89). Sum of RGB (Red+Green+Blue) = 65+29+89=183 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.52% from 183); Green value is 29 (11.72% from 255 or 15.85% from 183); Blue value is 89 (35.16% from 255 or 48.63% from 183); Max value from RGB is 89 - color contains mainly: blue. Hex color #411D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D59 is #BEE2A6. Grayscale: #2E2E2E. Windows color (decimal): -12509863 or 5840193. OLE color: 5840193.

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

Color convert

RGB652989-
CMYK0.270.6700.65
HSL276º50.85%23.14%-
HSV(B)276º67.42%34.9%-
XYZ4.422.729.74-
YUV46.6151.93141.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.52%
GREEN value IS 29 (11.72% from 255) = 15.85%
BLUE value IS 89 (35.16% from 255) = 48.63%
R=35.52%
G=15.85%
B=48.63%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6529890.270.6700.6527650.8523.14
Hex411D591B430411143317
Octal101351313310301014246327
Binary10000011110110110011101110000110100000110001010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411D59; }

 p { color: rgb(65,29,89); }

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

<style>
 a { background-color: #411D59; }

 a { background-color: rgb(65,29,89); }

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

<style>
 span { border-color: #411D59; }

 span { border-color: rgb(65,29,89); }

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