#441365

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

Shades of Christalle #441365

Tints of Christalle #441365

Color information

#441365 (or 0x441365) is unknown color: approx Christalle. HEX triplet: 44, 13 and 65. RGB value is (68,19,101). Sum of RGB (Red+Green+Blue) = 68+19+101=188 (24% of max value = 765). Red value is 68 (26.95% from 255 or 36.17% from 188); Green value is 19 (7.81% from 255 or 10.11% from 188); Blue value is 101 (39.84% from 255 or 53.72% from 188); Max value from RGB is 101 - color contains mainly: blue. Hex color #441365 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441365 is #BBEC9A. Grayscale: #2A2A2A. Windows color (decimal): -12315803 or 6624068. OLE color: 6624068.

HSL color Cylindrical-coordinate representation of color #441365: hue angle of 275.85º degrees, saturation: 0.68, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #441365 is Cyan = 0.33, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB6819101-
CMYK0.330.8100.60
HSL275.85º68.33%23.53%-
HSV(B)275.85º81.19%39.61%-
XYZ4.972.6312.56-
YUV43160.73145.83-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 36.17%
GREEN value IS 19 (7.81% from 255) = 10.11%
BLUE value IS 101 (39.84% from 255) = 53.72%
R=36.17%
G=10.11%
B=53.72%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal68191010.330.8100.60275.8568.3323.53
Hex441365215103C1144418
Octal104231454112107442410430
Binary100010010011110010110000110100010111100100010100100010011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441365

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441365; }

 p { color: rgb(68,19,101); }

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

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

 a { background-color: rgb(68,19,101); }

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

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

 span { border-color: rgb(68,19,101); }

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