#41065D

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

Shades of Christalle #41065D

Tints of Christalle #41065D

Color information

#41065D (or 0x41065D) is unknown color: approx Christalle. HEX triplet: 41, 06 and 5D. RGB value is (65,6,93). Sum of RGB (Red+Green+Blue) = 65+6+93=164 (21% of max value = 765). Red value is 65 (25.78% from 255 or 39.63% from 164); Green value is 6 (2.73% from 255 or 3.66% from 164); Blue value is 93 (36.72% from 255 or 56.71% from 164); Max value from RGB is 93 - color contains mainly: blue. Hex color #41065D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41065D is #BEF9A2. Grayscale: #212121. Windows color (decimal): -12515747 or 6096449. OLE color: 6096449.

HSL color Cylindrical-coordinate representation of color #41065D: hue angle of 280.69º degrees, saturation: 0.88, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #41065D is Cyan = 0.30, Magento = 0.94, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB65693-
CMYK0.300.9400.64
HSL280.69º87.88%19.41%-
HSV(B)280.69º93.55%36.47%-
XYZ4.222.0410.53-
YUV33.56161.55150.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 39.63%
GREEN value IS 6 (2.73% from 255) = 3.66%
BLUE value IS 93 (36.72% from 255) = 56.71%
R=39.63%
G=3.66%
B=56.71%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.94
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal656930.300.9400.64280.6987.8819.41
Hex4165D1E5E0401195813
Octal101613536136010043113023
Binary1000001110101110111110101111001000000100011001101100010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41065D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41065D; }

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

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

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

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

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

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

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

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