#440F66

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

Shades of Christalle #440F66

Tints of Christalle #440F66

Color information

#440F66 (or 0x440F66) is unknown color: approx Christalle. HEX triplet: 44, 0F and 66. RGB value is (68,15,102). Sum of RGB (Red+Green+Blue) = 68+15+102=185 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.76% from 185); Green value is 15 (6.25% from 255 or 8.11% from 185); Blue value is 102 (40.23% from 255 or 55.14% from 185); Max value from RGB is 102 - color contains mainly: blue. Hex color #440F66 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #440F66 is #BBF099. Grayscale: #282828. Windows color (decimal): -12316826 or 6688580. OLE color: 6688580.

HSL color Cylindrical-coordinate representation of color #440F66: hue angle of 276.55º degrees, saturation: 0.74, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #440F66 is Cyan = 0.33, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6815102-
CMYK0.330.8500.6
HSL276.55º74.36%22.94%-
HSV(B)276.55º85.29%40%-
XYZ4.952.5312.8-
YUV40.76162.56147.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.76%
GREEN value IS 15 (6.25% from 255) = 8.11%
BLUE value IS 102 (40.23% from 255) = 55.14%
R=36.76%
G=8.11%
B=55.14%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal68151020.330.8500.6276.5574.3622.94
Hex44F66215503C1154a17
Octal104171464112507442511227
Binary10001001111110011010000110101010111100100010101100101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #440F66

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(68,15,102); }

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

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

 a { background-color: rgb(68,15,102); }

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

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

 span { border-color: rgb(68,15,102); }

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