#442D5F

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

Shades of Christalle #442D5F

Tints of Christalle #442D5F

Color information

#442D5F (or 0x442D5F) is unknown color: approx Christalle. HEX triplet: 44, 2D and 5F. RGB value is (68,45,95). Sum of RGB (Red+Green+Blue) = 68+45+95=208 (27% of max value = 765). Red value is 68 (26.95% from 255 or 32.69% from 208); Green value is 45 (17.97% from 255 or 21.63% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 95 - color contains mainly: blue. Hex color #442D5F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442D5F is #BBD2A0. Grayscale: #393939. Windows color (decimal): -12309153 or 6237508. OLE color: 6237508.

HSL color Cylindrical-coordinate representation of color #442D5F: hue angle of 267.6º degrees, saturation: 0.36, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #442D5F is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB684595-
CMYK0.280.5300.63
HSL267.6º35.71%27.45%-
HSV(B)267.6º52.63%37.25%-
XYZ5.393.9311.3-
YUV57.58149.12135.43-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 32.69%
GREEN value IS 45 (17.97% from 255) = 21.63%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=32.69%
G=21.63%
B=45.67%

CMYK

C (Cyan) values IS 0.28
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal6845950.280.5300.63267.635.7127.45
Hex442D5F1C3503F10c241b
Octal1045513734650774144433
Binary1000100101101101111111100110101011111110000110010010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442D5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442D5F; }

 p { color: rgb(68,45,95); }

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

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

 a { background-color: rgb(68,45,95); }

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

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

 span { border-color: rgb(68,45,95); }

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