#41146B

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

Shades of Christalle #41146B

Tints of Christalle #41146B

Color information

#41146B (or 0x41146B) is unknown color: approx Christalle. HEX triplet: 41, 14 and 6B. RGB value is (65,20,107). Sum of RGB (Red+Green+Blue) = 65+20+107=192 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.85% from 192); Green value is 20 (8.20% from 255 or 10.42% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #41146B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41146B is #BEEB94. Grayscale: #2B2B2B. Windows color (decimal): -12512149 or 7017537. OLE color: 7017537.

HSL color Cylindrical-coordinate representation of color #41146B: hue angle of 271.03º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #41146B is Cyan = 0.39, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6520107-
CMYK0.390.8100.58
HSL271.03º68.5%24.9%-
HSV(B)271.03º81.31%41.96%-
XYZ5.082.6914.16-
YUV43.37163.91143.43-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.85%
GREEN value IS 20 (8.20% from 255) = 10.42%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=33.85%
G=10.42%
B=55.73%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal65201070.390.8100.58271.0368.524.9
Hex41146B275103A10f4519
Octal101241534712107241710531
Binary100000110100110101110011110100010111010100001111100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41146B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #41146B; }

 p { color: rgb(65,20,107); }

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

<style>
 a { background-color: #41146B; }

 a { background-color: rgb(65,20,107); }

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

<style>
 span { border-color: #41146B; }

 span { border-color: rgb(65,20,107); }

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