#411B4D

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

Shades of Scarlet Gum #411B4D

Tints of Scarlet Gum #411B4D

Color information

#411B4D (or 0x411B4D) is unknown color: approx Scarlet Gum. HEX triplet: 41, 1B and 4D. RGB value is (65,27,77). Sum of RGB (Red+Green+Blue) = 65+27+77=169 (22% of max value = 765). Red value is 65 (25.78% from 255 or 38.46% from 169); Green value is 27 (10.94% from 255 or 15.98% from 169); Blue value is 77 (30.47% from 255 or 45.56% from 169); Max value from RGB is 77 - color contains mainly: blue. Hex color #411B4D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B4D is #BEE4B2. Grayscale: #2B2B2B. Windows color (decimal): -12510387 or 5053249. OLE color: 5053249.

HSL color Cylindrical-coordinate representation of color #411B4D: hue angle of 285.6º degrees, saturation: 0.48, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #411B4D is Cyan = 0.16, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.70.

Color convert

RGB652777-
CMYK0.160.6500.70
HSL285.6º48.08%20.39%-
HSV(B)285.6º64.94%30.2%-
XYZ3.912.447.29-
YUV44.06146.59142.93-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 38.46%
GREEN value IS 27 (10.94% from 255) = 15.98%
BLUE value IS 77 (30.47% from 255) = 45.56%
R=38.46%
G=15.98%
B=45.56%

CMYK

C (Cyan) values IS 0.16
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal6527770.160.6500.70285.648.0820.39
Hex411B4D104104611e3014
Octal101331152010101064366024
Binary10000011101110011011000010000010100011010001111011000010100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,27,77); }

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

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

 a { background-color: rgb(65,27,77); }

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

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

 span { border-color: rgb(65,27,77); }

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