#441964

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

Shades of Christalle #441964

Tints of Christalle #441964

Color information

#441964 (or 0x441964) is unknown color: approx Christalle. HEX triplet: 44, 19 and 64. RGB value is (68,25,100). Sum of RGB (Red+Green+Blue) = 68+25+100=193 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.23% from 193); Green value is 25 (10.16% from 255 or 12.95% from 193); Blue value is 100 (39.45% from 255 or 51.81% from 193); Max value from RGB is 100 - color contains mainly: blue. Hex color #441964 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441964 is #BBE69B. Grayscale: #2E2E2E. Windows color (decimal): -12314268 or 6560068. OLE color: 6560068.

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

Color convert

RGB6825100-
CMYK0.320.7500.61
HSL274.4º60%24.51%-
HSV(B)274.4º75%39.22%-
XYZ5.032.8412.34-
YUV46.41158.25143.4-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.23%
GREEN value IS 25 (10.16% from 255) = 12.95%
BLUE value IS 100 (39.45% from 255) = 51.81%
R=35.23%
G=12.95%
B=51.81%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68251000.320.7500.61274.46024.51
Hex441964204B03D1123c19
Octal10431144401130754227431
Binary10001001100111001001000001001011011110110001001011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441964

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441964; }

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

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

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

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

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

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

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

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