#44126A

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

Shades of Christalle #44126A

Tints of Christalle #44126A

Color information

#44126A (or 0x44126A) is unknown color: approx Christalle. HEX triplet: 44, 12 and 6A. RGB value is (68,18,106). Sum of RGB (Red+Green+Blue) = 68+18+106=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 18 (7.42% from 255 or 9.38% from 192); Blue value is 106 (41.80% from 255 or 55.21% from 192); Max value from RGB is 106 - color contains mainly: blue. Hex color #44126A is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44126A is #BBED95. Grayscale: #2A2A2A. Windows color (decimal): -12316054 or 6951492. OLE color: 6951492.

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

Color convert

RGB6818106-
CMYK0.360.8300.58
HSL274.09º70.97%24.31%-
HSV(B)274.09º83.02%41.57%-
XYZ5.22.713.88-
YUV42.98163.56145.84-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 18 (7.42% from 255) = 9.38%
BLUE value IS 106 (41.80% from 255) = 55.21%
R=35.42%
G=9.38%
B=55.21%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.83
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68181060.360.8300.58274.0970.9724.31
Hex44126A245303A1124718
Octal104221524412307242210730
Binary100010010010110101010010010100110111010100010010100011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44126A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44126A; }

 p { color: rgb(68,18,106); }

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

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

 a { background-color: rgb(68,18,106); }

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

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

 span { border-color: rgb(68,18,106); }

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