#411B51

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

Shades of Scarlet Gum #411B51

Tints of Scarlet Gum #411B51

Color information

#411B51 (or 0x411B51) is unknown color: approx Scarlet Gum. HEX triplet: 41, 1B and 51. RGB value is (65,27,81). Sum of RGB (Red+Green+Blue) = 65+27+81=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 27 (10.94% from 255 or 15.61% from 173); Blue value is 81 (32.03% from 255 or 46.82% from 173); Max value from RGB is 81 - color contains mainly: blue. Hex color #411B51 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411B51 is #BEE4AE. Grayscale: #2C2C2C. Windows color (decimal): -12510383 or 5315393. OLE color: 5315393.

HSL color Cylindrical-coordinate representation of color #411B51: hue angle of 282.22º degrees, saturation: 0.5, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #411B51 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB652781-
CMYK0.200.6700.68
HSL282.22º50%21.18%-
HSV(B)282.22º66.67%31.76%-
XYZ4.062.58.05-
YUV44.52148.59142.61-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 27 (10.94% from 255) = 15.61%
BLUE value IS 81 (32.03% from 255) = 46.82%
R=37.57%
G=15.61%
B=46.82%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal6527810.200.6700.68282.225021.18
Hex411B51144304411a3215
Octal101331212410301044326225
Binary10000011101110100011010010000110100010010001101011001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411B51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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