#40136C

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

Shades of Christalle #40136C

Tints of Christalle #40136C

Color information

#40136C (or 0x40136C) is unknown color: approx Christalle. HEX triplet: 40, 13 and 6C. RGB value is (64,19,108). Sum of RGB (Red+Green+Blue) = 64+19+108=191 (25% of max value = 765). Red value is 64 (25.39% from 255 or 33.51% from 191); Green value is 19 (7.81% from 255 or 9.95% from 191); Blue value is 108 (42.58% from 255 or 56.54% from 191); Max value from RGB is 108 - color contains mainly: blue. Hex color #40136C is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40136C is #BFEC93. Grayscale: #2A2A2A. Windows color (decimal): -12577940 or 7082816. OLE color: 7082816.

HSL color Cylindrical-coordinate representation of color #40136C: hue angle of 270.34º degrees, saturation: 0.7, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #40136C is Cyan = 0.41, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6419108-
CMYK0.410.8200.58
HSL270.34º70.08%24.9%-
HSV(B)270.34º82.41%42.35%-
XYZ5.052.6414.43-
YUV42.6164.91143.26-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 33.51%
GREEN value IS 19 (7.81% from 255) = 9.95%
BLUE value IS 108 (42.58% from 255) = 56.54%
R=33.51%
G=9.95%
B=56.54%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64191080.410.8200.58270.3470.0824.9
Hex40136C295203A10e4619
Octal100231545112207241610631
Binary100000010011110110010100110100100111010100001110100011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40136C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40136C; }

 p { color: rgb(64,19,108); }

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

<style>
 a { background-color: #40136C; }

 a { background-color: rgb(64,19,108); }

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

<style>
 span { border-color: #40136C; }

 span { border-color: rgb(64,19,108); }

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