#40196E

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

Shades of Christalle #40196E

Tints of Christalle #40196E

Color information

#40196E (or 0x40196E) is unknown color: approx Christalle. HEX triplet: 40, 19 and 6E. RGB value is (64,25,110). Sum of RGB (Red+Green+Blue) = 64+25+110=199 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.16% from 199); Green value is 25 (10.16% from 255 or 12.56% from 199); Blue value is 110 (43.36% from 255 or 55.28% from 199); Max value from RGB is 110 - color contains mainly: blue. Hex color #40196E is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #40196E is #BFE691. Grayscale: #2E2E2E. Windows color (decimal): -12576402 or 7215424. OLE color: 7215424.

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

Color convert

RGB6425110-
CMYK0.420.7700.57
HSL267.53º62.96%26.47%-
HSV(B)267.53º77.27%43.14%-
XYZ5.282.9115.04-
YUV46.35163.92140.59-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.16%
GREEN value IS 25 (10.16% from 255) = 12.56%
BLUE value IS 110 (43.36% from 255) = 55.28%
R=32.16%
G=12.56%
B=55.28%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.57
SystemRedGreenBlueCMYKHSL
Decimal64251100.420.7700.57267.5362.9626.47
Hex40196E2A4D03910c3f1a
Octal10031156521150714147732
Binary10000001100111011101010101001101011100110000110011111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40196E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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