#44146F

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

Shades of Christalle #44146F

Tints of Christalle #44146F

Color information

#44146F (or 0x44146F) is unknown color: approx Christalle. HEX triplet: 44, 14 and 6F. RGB value is (68,20,111). Sum of RGB (Red+Green+Blue) = 68+20+111=199 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.17% from 199); Green value is 20 (8.20% from 255 or 10.05% from 199); Blue value is 111 (43.75% from 255 or 55.78% from 199); Max value from RGB is 111 - color contains mainly: blue. Hex color #44146F is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #44146F is #BBEB90. Grayscale: #2C2C2C. Windows color (decimal): -12315537 or 7279684. OLE color: 7279684.

HSL color Cylindrical-coordinate representation of color #44146F: hue angle of 271.65º degrees, saturation: 0.69, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #44146F is Cyan = 0.39, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB6820111-
CMYK0.390.8200.56
HSL271.65º69.47%25.69%-
HSV(B)271.65º81.98%43.53%-
XYZ5.52.8815.3-
YUV44.73165.4144.6-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.17%
GREEN value IS 20 (8.20% from 255) = 10.05%
BLUE value IS 111 (43.75% from 255) = 55.78%
R=34.17%
G=10.05%
B=55.78%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.82
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal68201110.390.8200.56271.6569.4725.69
Hex44146F2752038110451a
Octal104241574712207042010532
Binary100010010100110111110011110100100111000100010000100010111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #44146F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #44146F; }

 p { color: rgb(68,20,111); }

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

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

 a { background-color: rgb(68,20,111); }

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

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

 span { border-color: rgb(68,20,111); }

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