#442960

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

Shades of Christalle #442960

Tints of Christalle #442960

Color information

#442960 (or 0x442960) is unknown color: approx Christalle. HEX triplet: 44, 29 and 60. RGB value is (68,41,96). Sum of RGB (Red+Green+Blue) = 68+41+96=205 (27% of max value = 765). Red value is 68 (26.95% from 255 or 33.17% from 205); Green value is 41 (16.41% from 255 or 20% from 205); Blue value is 96 (37.89% from 255 or 46.83% from 205); Max value from RGB is 96 - color contains mainly: blue. Hex color #442960 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442960 is #BBD69F. Grayscale: #373737. Windows color (decimal): -12310176 or 6302020. OLE color: 6302020.

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

Color convert

RGB684196-
CMYK0.290.5700.62
HSL269.45º40.15%26.86%-
HSV(B)269.45º57.29%37.65%-
XYZ5.293.6611.49-
YUV55.34150.95137.03-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.17%
GREEN value IS 41 (16.41% from 255) = 20%
BLUE value IS 96 (37.89% from 255) = 46.83%
R=33.17%
G=20%
B=46.83%

CMYK

C (Cyan) values IS 0.29
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6841960.290.5700.62269.4540.1526.86
Hex4429601D3903E10d281b
Octal1045114035710764155033
Binary1000100101001110000011101111001011111010000110110100011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442960; }

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

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

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

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

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

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

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

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