#442163

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

Shades of Christalle #442163

Tints of Christalle #442163

Color information

#442163 (or 0x442163) is unknown color: approx Christalle. HEX triplet: 44, 21 and 63. RGB value is (68,33,99). Sum of RGB (Red+Green+Blue) = 68+33+99=200 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34% from 200); Green value is 33 (13.28% from 255 or 16.5% from 200); Blue value is 99 (39.06% from 255 or 49.5% from 200); Max value from RGB is 99 - color contains mainly: blue. Hex color #442163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442163 is #BBDE9C. Grayscale: #323232. Windows color (decimal): -12312221 or 6496580. OLE color: 6496580.

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

Color convert

RGB683399-
CMYK0.310.6700.61
HSL271.82º50%25.88%-
HSV(B)271.82º66.67%38.82%-
XYZ5.183.2212.15-
YUV50.99155.1140.13-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34%
GREEN value IS 33 (13.28% from 255) = 16.5%
BLUE value IS 99 (39.06% from 255) = 49.5%
R=34%
G=16.5%
B=49.5%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6833990.310.6700.61271.825025.88
Hex4421631F4303D110321a
Octal10441143371030754206232
Binary10001001000011100011111111000011011110110001000011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442163; }

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

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

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

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

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

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

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

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