#442963

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

Shades of Christalle #442963

Tints of Christalle #442963

Color information

#442963 (or 0x442963) is unknown color: approx Christalle. HEX triplet: 44, 29 and 63. RGB value is (68,41,99). Sum of RGB (Red+Green+Blue) = 68+41+99=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 41 (16.41% from 255 or 19.71% from 208); Blue value is 99 (39.06% from 255 or 47.60% from 208); Max value from RGB is 99 - color contains mainly: blue. Hex color #442963 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442963 is #BBD69C. Grayscale: #373737. Windows color (decimal): -12310173 or 6498628. OLE color: 6498628.

HSL color Cylindrical-coordinate representation of color #442963: hue angle of 267.93º degrees, saturation: 0.41, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #442963 is Cyan = 0.31, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB684199-
CMYK0.310.5900.61
HSL267.93º41.43%27.45%-
HSV(B)267.93º58.59%38.82%-
XYZ5.433.7212.24-
YUV55.68152.45136.78-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 41 (16.41% from 255) = 19.71%
BLUE value IS 99 (39.06% from 255) = 47.60%
R=32.69%
G=19.71%
B=47.60%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6841990.310.5900.61267.9341.4327.45
Hex4429631F3B03D10c291b
Octal1045114337730754145133
Binary1000100101001110001111111111011011110110000110010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442963; }

 p { color: rgb(68,41,99); }

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

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

 a { background-color: rgb(68,41,99); }

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

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

 span { border-color: rgb(68,41,99); }

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