#411A5D

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

Shades of Christalle #411A5D

Tints of Christalle #411A5D

Color information

#411A5D (or 0x411A5D) is unknown color: approx Christalle. HEX triplet: 41, 1A and 5D. RGB value is (65,26,93). Sum of RGB (Red+Green+Blue) = 65+26+93=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 26 (10.55% from 255 or 14.13% from 184); Blue value is 93 (36.72% from 255 or 50.54% from 184); Max value from RGB is 93 - color contains mainly: blue. Hex color #411A5D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #411A5D is #BEE5A2. Grayscale: #2D2D2D. Windows color (decimal): -12510627 or 6101569. OLE color: 6101569.

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

Color convert

RGB652693-
CMYK0.300.7200.64
HSL274.93º56.3%23.33%-
HSV(B)274.93º72.04%36.47%-
XYZ4.532.6510.63-
YUV45.3154.92142.05-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 26 (10.55% from 255) = 14.13%
BLUE value IS 93 (36.72% from 255) = 50.54%
R=35.33%
G=14.13%
B=50.54%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.72
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6526930.300.7200.64274.9356.323.33
Hex411A5D1E480401133817
Octal101321353611001004237027
Binary10000011101010111011111010010000100000010001001111100010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411A5D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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