#442261

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

Shades of Christalle #442261

Tints of Christalle #442261

Color information

#442261 (or 0x442261) is unknown color: approx Christalle. HEX triplet: 44, 22 and 61. RGB value is (68,34,97). Sum of RGB (Red+Green+Blue) = 68+34+97=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 34 (13.67% from 255 or 17.09% from 199); Blue value is 97 (38.28% from 255 or 48.74% from 199); Max value from RGB is 97 - color contains mainly: blue. Hex color #442261 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #442261 is #BBDD9E. Grayscale: #333333. Windows color (decimal): -12311967 or 6365764. OLE color: 6365764.

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

Color convert

RGB683497-
CMYK0.300.6500.62
HSL272.38º48.09%25.69%-
HSV(B)272.38º64.95%38.04%-
XYZ5.113.2411.66-
YUV51.35153.76139.88-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 34 (13.67% from 255) = 17.09%
BLUE value IS 97 (38.28% from 255) = 48.74%
R=34.17%
G=17.09%
B=48.74%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6834970.300.6500.62272.3848.0925.69
Hex4422611E4103E110301a
Octal10442141361010764206032
Binary10001001000101100001111101000001011111010001000011000011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #442261

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #442261; }

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

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

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

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

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

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

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

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