#441864

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

Shades of Christalle #441864

Tints of Christalle #441864

Color information

#441864 (or 0x441864) is unknown color: approx Christalle. HEX triplet: 44, 18 and 64. RGB value is (68,24,100). Sum of RGB (Red+Green+Blue) = 68+24+100=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 24 (9.77% from 255 or 12.5% from 192); Blue value is 100 (39.45% from 255 or 52.08% from 192); Max value from RGB is 100 - color contains mainly: blue. Hex color #441864 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441864 is #BBE79B. Grayscale: #2D2D2D. Windows color (decimal): -12314524 or 6559812. OLE color: 6559812.

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

Color convert

RGB6824100-
CMYK0.320.7600.61
HSL274.74º61.29%24.31%-
HSV(B)274.74º76%39.22%-
XYZ5.012.812.33-
YUV45.82158.58143.82-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 24 (9.77% from 255) = 12.5%
BLUE value IS 100 (39.45% from 255) = 52.08%
R=35.42%
G=12.5%
B=52.08%

CMYK

C (Cyan) values IS 0.32
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal68241000.320.7600.61274.7461.2924.31
Hex441864204C03D1133d18
Octal10430144401140754237530
Binary10001001100011001001000001001100011110110001001111110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441864

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441864; }

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

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

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

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

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

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

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

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