#40145E

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

Shades of Christalle #40145E

Tints of Christalle #40145E

Color information

#40145E (or 0x40145E) is unknown color: approx Christalle. HEX triplet: 40, 14 and 5E. RGB value is (64,20,94). Sum of RGB (Red+Green+Blue) = 64+20+94=178 (23% of max value = 765). Red value is 64 (25.39% from 255 or 35.96% from 178); Green value is 20 (8.20% from 255 or 11.24% from 178); Blue value is 94 (37.11% from 255 or 52.81% from 178); Max value from RGB is 94 - color contains mainly: blue. Hex color #40145E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40145E is #BFEBA1. Grayscale: #292929. Windows color (decimal): -12577698 or 6165568. OLE color: 6165568.

HSL color Cylindrical-coordinate representation of color #40145E: hue angle of 275.68º degrees, saturation: 0.65, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #40145E is Cyan = 0.32, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB642094-
CMYK0.320.7900.63
HSL275.68º64.91%22.35%-
HSV(B)275.68º78.72%36.86%-
XYZ4.382.410.82-
YUV41.59157.58143.98-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 35.96%
GREEN value IS 20 (8.20% from 255) = 11.24%
BLUE value IS 94 (37.11% from 255) = 52.81%
R=35.96%
G=11.24%
B=52.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6420940.320.7900.63275.6864.9122.35
Hex40145E204F03F1144116
Octal100241364011707742410126
Binary100000010100101111010000010011110111111100010100100000110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40145E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40145E; }

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

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

<style>
 a { background-color: #40145E; }

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

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

<style>
 span { border-color: #40145E; }

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

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