#411D58

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

Shades of Scarlet Gum #411D58

Tints of Scarlet Gum #411D58

Color information

#411D58 (or 0x411D58) is unknown color: approx Scarlet Gum. HEX triplet: 41, 1D and 58. RGB value is (65,29,88). Sum of RGB (Red+Green+Blue) = 65+29+88=182 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.71% from 182); Green value is 29 (11.72% from 255 or 15.93% from 182); Blue value is 88 (34.77% from 255 or 48.35% from 182); Max value from RGB is 88 - color contains mainly: blue. Hex color #411D58 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411D58 is #BEE2A7. Grayscale: #2E2E2E. Windows color (decimal): -12509864 or 5774657. OLE color: 5774657.

HSL color Cylindrical-coordinate representation of color #411D58: hue angle of 276.61º degrees, saturation: 0.5, 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 #411D58 is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB652988-
CMYK0.260.6700.65
HSL276.61º50.43%22.94%-
HSV(B)276.61º67.05%34.51%-
XYZ4.382.719.52-
YUV46.49151.43141.2-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.71%
GREEN value IS 29 (11.72% from 255) = 15.93%
BLUE value IS 88 (34.77% from 255) = 48.35%
R=35.71%
G=15.93%
B=48.35%

CMYK

C (Cyan) values IS 0.26
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal6529880.260.6700.65276.6150.4322.94
Hex411D581A430411153217
Octal101351303210301014256227
Binary10000011110110110001101010000110100000110001010111001010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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