#44116b

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

Shades of Christalle #44116B

Tints of Christalle #44116B

Color information

#44116B (or 0x44116B) is unknown color: approx Christalle. HEX triplet: 44, 11 and 6B. RGB value is (68,17,107). Sum of RGB (Red+Green+Blue) = 68+17+107=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 17 (7.03% from 255 or 8.85% from 192); Blue value is 107 (42.19% from 255 or 55.73% from 192); Max value from RGB is 107 - color contains mainly: blue. Hex color #44116B is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44116B is #BBEE94. Grayscale: #2A2A2A. Windows color (decimal): -12316309 or 7016772. OLE color: 7016772.

HSL color Cylindrical-coordinate representation of color #44116B: hue angle of 274º degrees, saturation: 0.73, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #44116B is Cyan = 0.36, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6817107-
CMYK0.360.8400.58
HSL274º72.58%24.31%-
HSV(B)274º84.11%41.96%-
XYZ5.242.6914.15-
YUV42.51164.4146.18-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 17 (7.03% from 255) = 8.85%
BLUE value IS 107 (42.19% from 255) = 55.73%
R=35.42%
G=8.85%
B=55.73%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68171070.360.8400.5827472.5824.31
Hex44116B245403A1124918
Octal104211534412407242211130
Binary100010010001110101110010010101000111010100010010100100111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44116b

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44116b; }

 p { color: rgb(68,17,107); }

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

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

 a { background-color: rgb(68,17,107); }

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

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

 span { border-color: rgb(68,17,107); }

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