#401F66

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

Shades of Christalle #401F66

Tints of Christalle #401F66

Color information

#401F66 (or 0x401F66) is unknown color: approx Christalle. HEX triplet: 40, 1F and 66. RGB value is (64,31,102). Sum of RGB (Red+Green+Blue) = 64+31+102=197 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.49% from 197); Green value is 31 (12.5% from 255 or 15.74% from 197); Blue value is 102 (40.23% from 255 or 51.78% from 197); Max value from RGB is 102 - color contains mainly: blue. Hex color #401F66 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #401F66 is #BFE099. Grayscale: #303030. Windows color (decimal): -12574874 or 6692672. OLE color: 6692672.

HSL color Cylindrical-coordinate representation of color #401F66: hue angle of 267.89º degrees, saturation: 0.53, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #401F66 is Cyan = 0.37, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6431102-
CMYK0.370.7000.6
HSL267.89º53.38%26.08%-
HSV(B)267.89º69.61%40%-
XYZ53.0312.89-
YUV48.96157.93138.73-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.49%
GREEN value IS 31 (12.5% from 255) = 15.74%
BLUE value IS 102 (40.23% from 255) = 51.78%
R=32.49%
G=15.74%
B=51.78%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64311020.370.7000.6267.8953.3826.08
Hex401F66254603C10c351a
Octal10037146451060744146532
Binary10000001111111001101001011000110011110010000110011010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401F66; }

 p { color: rgb(64,31,102); }

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

<style>
 a { background-color: #401F66; }

 a { background-color: rgb(64,31,102); }

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

<style>
 span { border-color: #401F66; }

 span { border-color: rgb(64,31,102); }

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