#41146e

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

Shades of Christalle #41146E

Tints of Christalle #41146E

Color information

#41146E (or 0x41146E) is unknown color: approx Christalle. HEX triplet: 41, 14 and 6E. RGB value is (65,20,110). Sum of RGB (Red+Green+Blue) = 65+20+110=195 (25% of max value = 765). Red value is 65 (25.78% from 255 or 33.33% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 110 (43.36% from 255 or 56.41% from 195); Max value from RGB is 110 - color contains mainly: blue. Hex color #41146E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #41146E is #BEEB91. Grayscale: #2B2B2B. Windows color (decimal): -12512146 or 7214145. OLE color: 7214145.

HSL color Cylindrical-coordinate representation of color #41146E: hue angle of 270º degrees, saturation: 0.69, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #41146E is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6520110-
CMYK0.410.8200.57
HSL270º69.23%25.49%-
HSV(B)270º81.82%43.14%-
XYZ5.242.7515.01-
YUV43.72165.41143.18-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 33.33%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 110 (43.36% from 255) = 56.41%
R=33.33%
G=10.26%
B=56.41%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal65201100.410.8200.5727069.2325.49
Hex41146E295203910e4519
Octal101241565112207141610531
Binary100000110100110111010100110100100111001100001110100010111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #41146e

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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