#41235F

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

Shades of Christalle #41235F

Tints of Christalle #41235F

Color information

#41235F (or 0x41235F) is unknown color: approx Christalle. HEX triplet: 41, 23 and 5F. RGB value is (65,35,95). Sum of RGB (Red+Green+Blue) = 65+35+95=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 35 (14.06% from 255 or 17.95% from 195); Blue value is 95 (37.5% from 255 or 48.72% from 195); Max value from RGB is 95 - color contains mainly: blue. Hex color #41235F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41235F is #BEDCA0. Grayscale: #323232. Windows color (decimal): -12508321 or 6234945. OLE color: 6234945.

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

Color convert

RGB653595-
CMYK0.320.6300.63
HSL270º46.15%25.49%-
HSV(B)270º63.16%37.25%-
XYZ4.853.1511.18-
YUV50.81152.94138.12-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 35 (14.06% from 255) = 17.95%
BLUE value IS 95 (37.5% from 255) = 48.72%
R=33.33%
G=17.95%
B=48.72%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6535950.320.6300.6327046.1525.49
Hex41235F203F03F10e2e19
Octal1014313740770774165631
Binary10000011000111011111100000111111011111110000111010111011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41235F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41235F; }

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

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

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

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

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

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

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

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