#41126C

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

Shades of Christalle #41126C

Tints of Christalle #41126C

Color information

#41126C (or 0x41126C) is unknown color: approx Christalle. HEX triplet: 41, 12 and 6C. RGB value is (65,18,108). Sum of RGB (Red+Green+Blue) = 65+18+108=191 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.03% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #41126C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41126C is #BEED93. Grayscale: #2A2A2A. Windows color (decimal): -12512660 or 7082561. OLE color: 7082561.

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

Color convert

RGB6518108-
CMYK0.400.8300.58
HSL271.33º71.43%24.71%-
HSV(B)271.33º83.33%42.35%-
XYZ5.12.6414.43-
YUV42.31165.07144.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.03%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 108 (42.58% from 255) = 56.54%
R=34.03%
G=9.42%
B=56.54%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65181080.400.8300.58271.3371.4324.71
Hex41126C285303A10f4719
Octal101221545012307241710731
Binary100000110010110110010100010100110111010100001111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41126C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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