#442161

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

Shades of Christalle #442161

Tints of Christalle #442161

Color information

#442161 (or 0x442161) is unknown color: approx Christalle. HEX triplet: 44, 21 and 61. RGB value is (68,33,97). Sum of RGB (Red+Green+Blue) = 68+33+97=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 33 (13.28% from 255 or 16.67% from 198); Blue value is 97 (38.28% from 255 or 48.99% from 198); Max value from RGB is 97 - color contains mainly: blue. Hex color #442161 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442161 is #BBDE9E. Grayscale: #323232. Windows color (decimal): -12312223 or 6365508. OLE color: 6365508.

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

Color convert

RGB683397-
CMYK0.300.6600.62
HSL272.81º49.23%25.49%-
HSV(B)272.81º65.98%38.04%-
XYZ5.093.1811.65-
YUV50.76154.1140.3-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 33 (13.28% from 255) = 16.67%
BLUE value IS 97 (38.28% from 255) = 48.99%
R=34.34%
G=16.67%
B=48.99%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6833970.300.6600.62272.8149.2325.49
Hex4421611E4203E1113119
Octal10441141361020764216131
Binary10001001000011100001111101000010011111010001000111000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442161; }

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

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

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

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

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

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

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

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