#441963

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

Shades of Christalle #441963

Tints of Christalle #441963

Color information

#441963 (or 0x441963) is unknown color: approx Christalle. HEX triplet: 44, 19 and 63. RGB value is (68,25,99). Sum of RGB (Red+Green+Blue) = 68+25+99=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 25 (10.16% from 255 or 13.02% from 192); Blue value is 99 (39.06% from 255 or 51.56% from 192); Max value from RGB is 99 - color contains mainly: blue. Hex color #441963 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441963 is #BBE69C. Grayscale: #2E2E2E. Windows color (decimal): -12314269 or 6494532. OLE color: 6494532.

HSL color Cylindrical-coordinate representation of color #441963: hue angle of 274.86º degrees, saturation: 0.6, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441963 is Cyan = 0.31, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB682599-
CMYK0.310.7500.61
HSL274.86º59.68%24.31%-
HSV(B)274.86º74.75%38.82%-
XYZ4.982.8312.09-
YUV46.29157.75143.48-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 25 (10.16% from 255) = 13.02%
BLUE value IS 99 (39.06% from 255) = 51.56%
R=35.42%
G=13.02%
B=51.56%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6825990.310.7500.61274.8659.6824.31
Hex4419631F4B03D1133c18
Octal10431143371130754237430
Binary1000100110011100011111111001011011110110001001111110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441963

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441963; }

 p { color: rgb(68,25,99); }

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

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

 a { background-color: rgb(68,25,99); }

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

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

 span { border-color: rgb(68,25,99); }

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