#442063

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

Shades of Christalle #442063

Tints of Christalle #442063

Color information

#442063 (or 0x442063) is unknown color: approx Christalle. HEX triplet: 44, 20 and 63. RGB value is (68,32,99). Sum of RGB (Red+Green+Blue) = 68+32+99=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 32 (12.89% from 255 or 16.08% from 199); Blue value is 99 (39.06% from 255 or 49.75% from 199); Max value from RGB is 99 - color contains mainly: blue. Hex color #442063 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442063 is #BBDF9C. Grayscale: #323232. Windows color (decimal): -12312477 or 6496324. OLE color: 6496324.

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

Color convert

RGB683299-
CMYK0.310.6800.61
HSL272.24º51.15%25.69%-
HSV(B)272.24º67.68%38.82%-
XYZ5.153.1612.14-
YUV50.4155.43140.55-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 32 (12.89% from 255) = 16.08%
BLUE value IS 99 (39.06% from 255) = 49.75%
R=34.17%
G=16.08%
B=49.75%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6832990.310.6800.61272.2451.1525.69
Hex4420631F4403D110331a
Octal10440143371040754206332
Binary10001001000001100011111111000100011110110001000011001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442063

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442063; }

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

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

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

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

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

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

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

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