#411F5D

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

Shades of Christalle #411F5D

Tints of Christalle #411F5D

Color information

#411F5D (or 0x411F5D) is unknown color: approx Christalle. HEX triplet: 41, 1F and 5D. RGB value is (65,31,93). Sum of RGB (Red+Green+Blue) = 65+31+93=189 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.39% from 189); Green value is 31 (12.5% from 255 or 16.40% from 189); Blue value is 93 (36.72% from 255 or 49.21% from 189); Max value from RGB is 93 - color contains mainly: blue. Hex color #411F5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411F5D is #BEE0A2. Grayscale: #303030. Windows color (decimal): -12509347 or 6102849. OLE color: 6102849.

HSL color Cylindrical-coordinate representation of color #411F5D: hue angle of 272.9º degrees, saturation: 0.5, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #411F5D is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB653193-
CMYK0.300.6700.64
HSL272.9º50%24.31%-
HSV(B)272.9º66.67%36.47%-
XYZ4.652.8910.67-
YUV48.23153.26139.96-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.39%
GREEN value IS 31 (12.5% from 255) = 16.40%
BLUE value IS 93 (36.72% from 255) = 49.21%
R=34.39%
G=16.40%
B=49.21%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6531930.300.6700.64272.95024.31
Hex411F5D1E430401113218
Octal101371353610301004216230
Binary10000011111110111011111010000110100000010001000111001011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411F5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(65,31,93); }

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

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

 a { background-color: rgb(65,31,93); }

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

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

 span { border-color: rgb(65,31,93); }

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