#442560

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

Shades of Christalle #442560

Tints of Christalle #442560

Color information

#442560 (or 0x442560) is unknown color: approx Christalle. HEX triplet: 44, 25 and 60. RGB value is (68,37,96). Sum of RGB (Red+Green+Blue) = 68+37+96=201 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.83% from 201); Green value is 37 (14.84% from 255 or 18.41% from 201); Blue value is 96 (37.89% from 255 or 47.76% from 201); Max value from RGB is 96 - color contains mainly: blue. Hex color #442560 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442560 is #BBDA9F. Grayscale: #343434. Windows color (decimal): -12311200 or 6300996. OLE color: 6300996.

HSL color Cylindrical-coordinate representation of color #442560: hue angle of 271.53º degrees, saturation: 0.44, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #442560 is Cyan = 0.29, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB683796-
CMYK0.290.6100.62
HSL271.53º44.36%26.08%-
HSV(B)271.53º61.46%37.65%-
XYZ5.163.411.45-
YUV53152.27138.7-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.83%
GREEN value IS 37 (14.84% from 255) = 18.41%
BLUE value IS 96 (37.89% from 255) = 47.76%
R=33.83%
G=18.41%
B=47.76%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6837960.290.6100.62271.5344.3626.08
Hex4425601D3D03E1102c1a
Octal1044514035750764205432
Binary1000100100101110000011101111101011111010001000010110011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442560; }

 p { color: rgb(68,37,96); }

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

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

 a { background-color: rgb(68,37,96); }

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

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

 span { border-color: rgb(68,37,96); }

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