#411166

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

Shades of Christalle #411166

Tints of Christalle #411166

Color information

#411166 (or 0x411166) is unknown color: approx Christalle. HEX triplet: 41, 11 and 66. RGB value is (65,17,102). Sum of RGB (Red+Green+Blue) = 65+17+102=184 (24% of max value = 765). Red value is 65 (25.78% from 255 or 35.33% from 184); Green value is 17 (7.03% from 255 or 9.24% from 184); Blue value is 102 (40.23% from 255 or 55.43% from 184); Max value from RGB is 102 - color contains mainly: blue. Hex color #411166 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #411166 is #BEEE99. Grayscale: #282828. Windows color (decimal): -12512922 or 6689089. OLE color: 6689089.

HSL color Cylindrical-coordinate representation of color #411166: hue angle of 273.88º degrees, saturation: 0.71, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #411166 is Cyan = 0.36, Magento = 0.83, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6517102-
CMYK0.360.8300.6
HSL273.88º71.43%23.33%-
HSV(B)273.88º83.33%40%-
XYZ4.782.4812.8-
YUV41.04162.4145.09-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 35.33%
GREEN value IS 17 (7.03% from 255) = 9.24%
BLUE value IS 102 (40.23% from 255) = 55.43%
R=35.33%
G=9.24%
B=55.43%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65171020.360.8300.6273.8871.4323.33
Hex411166245303C1124717
Octal101211464412307442210727
Binary100000110001110011010010010100110111100100010010100011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #411166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #411166; }

 p { color: rgb(65,17,102); }

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

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

 a { background-color: rgb(65,17,102); }

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

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

 span { border-color: rgb(65,17,102); }

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