#41205D

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

Shades of Christalle #41205D

Tints of Christalle #41205D

Color information

#41205D (or 0x41205D) is unknown color: approx Christalle. HEX triplet: 41, 20 and 5D. RGB value is (65,32,93). Sum of RGB (Red+Green+Blue) = 65+32+93=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 32 (12.89% from 255 or 16.84% from 190); Blue value is 93 (36.72% from 255 or 48.95% from 190); Max value from RGB is 93 - color contains mainly: blue. Hex color #41205D is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41205D is #BEDFA2. Grayscale: #303030. Windows color (decimal): -12509091 or 6103105. OLE color: 6103105.

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

Color convert

RGB653293-
CMYK0.300.6600.64
HSL272.46º48.8%24.51%-
HSV(B)272.46º65.59%36.47%-
XYZ4.672.9510.68-
YUV48.82152.93139.54-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 32 (12.89% from 255) = 16.84%
BLUE value IS 93 (36.72% from 255) = 48.95%
R=34.21%
G=16.84%
B=48.95%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6532930.300.6600.64272.4648.824.51
Hex41205D1E420401103119
Octal101401353610201004206131
Binary100000110000010111011111010000100100000010001000011000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41205D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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