#410E5E

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

Shades of Christalle #410E5E

Tints of Christalle #410E5E

Color information

#410E5E (or 0x410E5E) is unknown color: approx Christalle. HEX triplet: 41, 0E and 5E. RGB value is (65,14,94). Sum of RGB (Red+Green+Blue) = 65+14+94=173 (22% of max value = 765). Red value is 65 (25.78% from 255 or 37.57% from 173); Green value is 14 (5.86% from 255 or 8.09% from 173); Blue value is 94 (37.11% from 255 or 54.34% from 173); Max value from RGB is 94 - color contains mainly: blue. Hex color #410E5E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410E5E is #BEF1A1. Grayscale: #262626. Windows color (decimal): -12513698 or 6164033. OLE color: 6164033.

HSL color Cylindrical-coordinate representation of color #410E5E: hue angle of 278.25º degrees, saturation: 0.74, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410E5E is Cyan = 0.31, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB651494-
CMYK0.310.8500.63
HSL278.25º74.07%21.18%-
HSV(B)278.25º85.11%36.86%-
XYZ4.362.2510.79-
YUV38.37159.4147-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.57%
GREEN value IS 14 (5.86% from 255) = 8.09%
BLUE value IS 94 (37.11% from 255) = 54.34%
R=37.57%
G=8.09%
B=54.34%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6514940.310.8500.63278.2574.0721.18
Hex41E5E1F5503F1164a15
Octal101161363712507742611225
Binary1000001111010111101111110101010111111100010110100101010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #410E5E; }

 p { color: rgb(65,14,94); }

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

<style>
 a { background-color: #410E5E; }

 a { background-color: rgb(65,14,94); }

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

<style>
 span { border-color: #410E5E; }

 span { border-color: rgb(65,14,94); }

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