#41245f

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

Shades of Christalle #41245F

Tints of Christalle #41245F

Color information

#41245F (or 0x41245F) is unknown color: approx Christalle. HEX triplet: 41, 24 and 5F. RGB value is (65,36,95). Sum of RGB (Red+Green+Blue) = 65+36+95=196 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.16% from 196); Green value is 36 (14.45% from 255 or 18.37% from 196); Blue value is 95 (37.5% from 255 or 48.47% from 196); Max value from RGB is 95 - color contains mainly: blue. Hex color #41245F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41245F is #BEDBA0. Grayscale: #333333. Windows color (decimal): -12508065 or 6235201. OLE color: 6235201.

HSL color Cylindrical-coordinate representation of color #41245F: hue angle of 269.49º degrees, saturation: 0.45, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #41245F is Cyan = 0.32, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB653695-
CMYK0.320.6200.63
HSL269.49º45.04%25.69%-
HSV(B)269.49º62.11%37.25%-
XYZ4.883.2111.19-
YUV51.4152.61137.7-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.16%
GREEN value IS 36 (14.45% from 255) = 18.37%
BLUE value IS 95 (37.5% from 255) = 48.47%
R=33.16%
G=18.37%
B=48.47%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6536950.320.6200.63269.4945.0425.69
Hex41245F203E03F10d2d1a
Octal1014413740760774155532
Binary10000011001001011111100000111110011111110000110110110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41245f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41245f; }

 p { color: rgb(65,36,95); }

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

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

 a { background-color: rgb(65,36,95); }

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

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

 span { border-color: rgb(65,36,95); }

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