#441D61

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

Shades of Christalle #441D61

Tints of Christalle #441D61

Color information

#441D61 (or 0x441D61) is unknown color: approx Christalle. HEX triplet: 44, 1D and 61. RGB value is (68,29,97). Sum of RGB (Red+Green+Blue) = 68+29+97=194 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.05% from 194); Green value is 29 (11.72% from 255 or 14.95% from 194); Blue value is 97 (38.28% from 255 or 50% from 194); Max value from RGB is 97 - color contains mainly: blue. Hex color #441D61 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441D61 is #BBE29E. Grayscale: #303030. Windows color (decimal): -12313247 or 6364484. OLE color: 6364484.

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

Color convert

RGB682997-
CMYK0.300.7000.62
HSL274.41º53.97%24.71%-
HSV(B)274.41º70.1%38.04%-
XYZ4.982.9711.62-
YUV48.41155.42141.97-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.05%
GREEN value IS 29 (11.72% from 255) = 14.95%
BLUE value IS 97 (38.28% from 255) = 50%
R=35.05%
G=14.95%
B=50%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6829970.300.7000.62274.4153.9724.71
Hex441D611E4603E1123619
Octal10435141361060764226631
Binary1000100111011100001111101000110011111010001001011011011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441D61

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441D61; }

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

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

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

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

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

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

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

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