#40146F

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

Shades of Christalle #40146F

Tints of Christalle #40146F

Color information

#40146F (or 0x40146F) is unknown color: approx Christalle. HEX triplet: 40, 14 and 6F. RGB value is (64,20,111). Sum of RGB (Red+Green+Blue) = 64+20+111=195 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.82% from 195); Green value is 20 (8.20% from 255 or 10.26% from 195); Blue value is 111 (43.75% from 255 or 56.92% from 195); Max value from RGB is 111 - color contains mainly: blue. Hex color #40146F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40146F is #BFEB90. Grayscale: #2B2B2B. Windows color (decimal): -12577681 or 7279680. OLE color: 7279680.

HSL color Cylindrical-coordinate representation of color #40146F: hue angle of 269.01º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40146F is Cyan = 0.42, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6420111-
CMYK0.420.8200.56
HSL269.01º69.47%25.69%-
HSV(B)269.01º81.98%43.53%-
XYZ5.232.7415.29-
YUV43.53166.08142.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.82%
GREEN value IS 20 (8.20% from 255) = 10.26%
BLUE value IS 111 (43.75% from 255) = 56.92%
R=32.82%
G=10.26%
B=56.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal64201110.420.8200.56269.0169.4725.69
Hex40146F2A5203810d451a
Octal100241575212207041510532
Binary100000010100110111110101010100100111000100001101100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40146F; }

 p { color: rgb(64,20,111); }

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

<style>
 a { background-color: #40146F; }

 a { background-color: rgb(64,20,111); }

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

<style>
 span { border-color: #40146F; }

 span { border-color: rgb(64,20,111); }

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