#410E60

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

Shades of Christalle #410E60

Tints of Christalle #410E60

Color information

#410E60 (or 0x410E60) is unknown color: approx Christalle. HEX triplet: 41, 0E and 60. RGB value is (65,14,96). Sum of RGB (Red+Green+Blue) = 65+14+96=175 (23% of max value = 765). Red value is 65 (25.78% from 255 or 37.14% from 175); Green value is 14 (5.86% from 255 or 8% from 175); Blue value is 96 (37.89% from 255 or 54.86% from 175); Max value from RGB is 96 - color contains mainly: blue. Hex color #410E60 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #410E60 is #BEF19F. Grayscale: #262626. Windows color (decimal): -12513696 or 6295105. OLE color: 6295105.

HSL color Cylindrical-coordinate representation of color #410E60: hue angle of 277.32º degrees, saturation: 0.75, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #410E60 is Cyan = 0.32, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB651496-
CMYK0.320.8500.62
HSL277.32º74.55%21.57%-
HSV(B)277.32º85.42%37.65%-
XYZ4.452.2811.27-
YUV38.6160.4146.83-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 37.14%
GREEN value IS 14 (5.86% from 255) = 8%
BLUE value IS 96 (37.89% from 255) = 54.86%
R=37.14%
G=8%
B=54.86%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6514960.320.8500.62277.3274.5521.57
Hex41E60205503E1154b16
Octal101161404012507642511326
Binary10000011110110000010000010101010111110100010101100101110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #410E60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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