#441069

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

Shades of Christalle #441069

Tints of Christalle #441069

Color information

#441069 (or 0x441069) is unknown color: approx Christalle. HEX triplet: 44, 10 and 69. RGB value is (68,16,105). Sum of RGB (Red+Green+Blue) = 68+16+105=189 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.98% from 189); Green value is 16 (6.64% from 255 or 8.47% from 189); Blue value is 105 (41.41% from 255 or 55.56% from 189); Max value from RGB is 105 - color contains mainly: blue. Hex color #441069 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #441069 is #BBEF96. Grayscale: #292929. Windows color (decimal): -12316567 or 6885444. OLE color: 6885444.

HSL color Cylindrical-coordinate representation of color #441069: hue angle of 275.06º degrees, saturation: 0.74, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #441069 is Cyan = 0.35, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6816105-
CMYK0.350.8500.59
HSL275.06º73.55%23.73%-
HSV(B)275.06º84.76%41.18%-
XYZ5.122.6213.6-
YUV41.69163.73146.76-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.98%
GREEN value IS 16 (6.64% from 255) = 8.47%
BLUE value IS 105 (41.41% from 255) = 55.56%
R=35.98%
G=8.47%
B=55.56%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.85
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68161050.350.8500.59275.0673.5523.73
Hex441069235503B1134a18
Octal104201514312507342311230
Binary100010010000110100110001110101010111011100010011100101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441069; }

 p { color: rgb(68,16,105); }

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

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

 a { background-color: rgb(68,16,105); }

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

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

 span { border-color: rgb(68,16,105); }

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