#41236C

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

Shades of Christalle #41236C

Tints of Christalle #41236C

Color information

#41236C (or 0x41236C) is unknown color: approx Christalle. HEX triplet: 41, 23 and 6C. RGB value is (65,35,108). Sum of RGB (Red+Green+Blue) = 65+35+108=208 (27% of max value = 765). Red value is 65 (25.78% from 255 or 31.25% from 208); Green value is 35 (14.06% from 255 or 16.83% from 208); Blue value is 108 (42.58% from 255 or 51.92% from 208); Max value from RGB is 108 - color contains mainly: blue. Hex color #41236C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #41236C is #BEDC93. Grayscale: #343434. Windows color (decimal): -12508308 or 7086913. OLE color: 7086913.

HSL color Cylindrical-coordinate representation of color #41236C: hue angle of 264.66º degrees, saturation: 0.51, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #41236C is Cyan = 0.40, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6535108-
CMYK0.400.6800.58
HSL264.66º51.05%28.04%-
HSV(B)264.66º67.59%42.35%-
XYZ5.493.4114.56-
YUV52.29159.44137.06-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 31.25%
GREEN value IS 35 (14.06% from 255) = 16.83%
BLUE value IS 108 (42.58% from 255) = 51.92%
R=31.25%
G=16.83%
B=51.92%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65351080.400.6800.58264.6651.0528.04
Hex41236C284403A109331c
Octal10143154501040724116334
Binary100000110001111011001010001000100011101010000100111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41236C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41236C; }

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

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

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

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

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

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

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

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