#40126B

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

Shades of Christalle #40126B

Tints of Christalle #40126B

Color information

#40126B (or 0x40126B) is unknown color: approx Christalle. HEX triplet: 40, 12 and 6B. RGB value is (64,18,107). Sum of RGB (Red+Green+Blue) = 64+18+107=189 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.86% from 189); Green value is 18 (7.42% from 255 or 9.52% from 189); Blue value is 107 (42.19% from 255 or 56.61% from 189); Max value from RGB is 107 - color contains mainly: blue. Hex color #40126B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40126B is #BFED94. Grayscale: #292929. Windows color (decimal): -12578197 or 7017024. OLE color: 7017024.

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

Color convert

RGB6418107-
CMYK0.400.8300.58
HSL271.01º71.2%24.51%-
HSV(B)271.01º83.18%41.96%-
XYZ4.982.5814.15-
YUV41.9164.74143.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.86%
GREEN value IS 18 (7.42% from 255) = 9.52%
BLUE value IS 107 (42.19% from 255) = 56.61%
R=33.86%
G=9.52%
B=56.61%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64181070.400.8300.58271.0171.224.51
Hex40126B285303A10f4719
Octal100221535012307241710731
Binary100000010010110101110100010100110111010100001111100011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40126B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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