#40126D

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

Shades of Christalle #40126D

Tints of Christalle #40126D

Color information

#40126D (or 0x40126D) is unknown color: approx Christalle. HEX triplet: 40, 12 and 6D. RGB value is (64,18,109). Sum of RGB (Red+Green+Blue) = 64+18+109=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 18 (7.42% from 255 or 9.42% from 191); Blue value is 109 (42.97% from 255 or 57.07% from 191); Max value from RGB is 109 - color contains mainly: blue. Hex color #40126D is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40126D is #BFED92. Grayscale: #292929. Windows color (decimal): -12578195 or 7148096. OLE color: 7148096.

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

Color convert

RGB6418109-
CMYK0.410.8300.57
HSL270.33º71.65%24.9%-
HSV(B)270.33º83.49%42.75%-
XYZ5.092.6314.71-
YUV42.13165.74143.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 18 (7.42% from 255) = 9.42%
BLUE value IS 109 (42.97% from 255) = 57.07%
R=33.51%
G=9.42%
B=57.07%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64181090.410.8300.57270.3371.6524.9
Hex40126D295303910e4819
Octal100221555112307141611031
Binary100000010010110110110100110100110111001100001110100100011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40126D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40126D; }

 p { color: rgb(64,18,109); }

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

<style>
 a { background-color: #40126D; }

 a { background-color: rgb(64,18,109); }

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

<style>
 span { border-color: #40126D; }

 span { border-color: rgb(64,18,109); }

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