#412166

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

Shades of Christalle #412166

Tints of Christalle #412166

Color information

#412166 (or 0x412166) is unknown color: approx Christalle. HEX triplet: 41, 21 and 66. RGB value is (65,33,102). Sum of RGB (Red+Green+Blue) = 65+33+102=200 (26% of max value = 765). Red value is 65 (25.78% from 255 or 32.5% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #412166 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #412166 is #BEDE99. Grayscale: #323232. Windows color (decimal): -12508826 or 6693185. OLE color: 6693185.

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

Color convert

RGB6533102-
CMYK0.360.6800.6
HSL267.83º51.11%26.47%-
HSV(B)267.83º67.65%40%-
XYZ5.123.1712.91-
YUV50.43157.1138.39-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 32.5%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 102 (40.23% from 255) = 51%
R=32.5%
G=16.5%
B=51%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal65331020.360.6800.6267.8351.1126.47
Hex412166244403C10c331a
Octal10141146441040744146332
Binary100000110000111001101001001000100011110010000110011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #412166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #412166; }

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

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

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

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

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

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

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

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