#40186E

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

Shades of Christalle #40186E

Tints of Christalle #40186E

Color information

#40186E (or 0x40186E) is unknown color: approx Christalle. HEX triplet: 40, 18 and 6E. RGB value is (64,24,110). Sum of RGB (Red+Green+Blue) = 64+24+110=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 24 (9.77% from 255 or 12.12% from 198); Blue value is 110 (43.36% from 255 or 55.56% from 198); Max value from RGB is 110 - color contains mainly: blue. Hex color #40186E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40186E is #BFE791. Grayscale: #2D2D2D. Windows color (decimal): -12576658 or 7215168. OLE color: 7215168.

HSL color Cylindrical-coordinate representation of color #40186E: hue angle of 267.91º degrees, saturation: 0.64, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #40186E is Cyan = 0.42, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.57.

Color convert

RGB6424110-
CMYK0.420.7800.57
HSL267.91º64.18%26.27%-
HSV(B)267.91º78.18%43.14%-
XYZ5.262.8715.03-
YUV45.76164.25141.01-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 24 (9.77% from 255) = 12.12%
BLUE value IS 110 (43.36% from 255) = 55.56%
R=32.32%
G=12.12%
B=55.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64241100.420.7800.57267.9164.1826.27
Hex40186E2A4E03910c401a
Octal100301565211607141410032
Binary100000011000110111010101010011100111001100001100100000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40186E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,24,110); }

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

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

 a { background-color: rgb(64,24,110); }

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

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

 span { border-color: rgb(64,24,110); }

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