#41116C

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

Shades of Christalle #41116C

Tints of Christalle #41116C

Color information

#41116C (or 0x41116C) is unknown color: approx Christalle. HEX triplet: 41, 11 and 6C. RGB value is (65,17,108). Sum of RGB (Red+Green+Blue) = 65+17+108=190 (25% of max value = 765). Red value is 65 (25.78% from 255 or 34.21% from 190); Green value is 17 (7.03% from 255 or 8.95% from 190); Blue value is 108 (42.58% from 255 or 56.84% from 190); Max value from RGB is 108 - color contains mainly: blue. Hex color #41116C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41116C is #BEEE93. Grayscale: #292929. Windows color (decimal): -12512916 or 7082305. OLE color: 7082305.

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

Color convert

RGB6517108-
CMYK0.400.8400.58
HSL271.65º72.8%24.51%-
HSV(B)271.65º84.26%42.35%-
XYZ5.092.6114.42-
YUV41.73165.4144.6-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 34.21%
GREEN value IS 17 (7.03% from 255) = 8.95%
BLUE value IS 108 (42.58% from 255) = 56.84%
R=34.21%
G=8.95%
B=56.84%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65171080.400.8400.58271.6572.824.51
Hex41116C285403A1104919
Octal101211545012407242011131
Binary100000110001110110010100010101000111010100010000100100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41116C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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