#442061

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

Shades of Christalle #442061

Tints of Christalle #442061

Color information

#442061 (or 0x442061) is unknown color: approx Christalle. HEX triplet: 44, 20 and 61. RGB value is (68,32,97). Sum of RGB (Red+Green+Blue) = 68+32+97=197 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.52% from 197); Green value is 32 (12.89% from 255 or 16.24% from 197); Blue value is 97 (38.28% from 255 or 49.24% from 197); Max value from RGB is 97 - color contains mainly: blue. Hex color #442061 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442061 is #BBDF9E. Grayscale: #313131. Windows color (decimal): -12312479 or 6365252. OLE color: 6365252.

HSL color Cylindrical-coordinate representation of color #442061: hue angle of 273.23º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #442061 is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB683297-
CMYK0.300.6700.62
HSL273.23º50.39%25.29%-
HSV(B)273.23º67.01%38.04%-
XYZ5.063.1311.65-
YUV50.17154.43140.71-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.52%
GREEN value IS 32 (12.89% from 255) = 16.24%
BLUE value IS 97 (38.28% from 255) = 49.24%
R=34.52%
G=16.24%
B=49.24%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6832970.300.6700.62273.2350.3925.29
Hex4420611E4303E1113219
Octal10440141361030764216231
Binary10001001000001100001111101000011011111010001000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442061

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442061; }

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

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

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

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

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

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

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

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