#441A62

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

Shades of Christalle #441A62

Tints of Christalle #441A62

Color information

#441A62 (or 0x441A62) is unknown color: approx Christalle. HEX triplet: 44, 1A and 62. RGB value is (68,26,98). Sum of RGB (Red+Green+Blue) = 68+26+98=192 (25% of max value = 765). Red value is 68 (26.95% from 255 or 35.42% from 192); Green value is 26 (10.55% from 255 or 13.54% from 192); Blue value is 98 (38.67% from 255 or 51.04% from 192); Max value from RGB is 98 - color contains mainly: blue. Hex color #441A62 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A62 is #BBE59D. Grayscale: #2E2E2E. Windows color (decimal): -12314014 or 6429252. OLE color: 6429252.

HSL color Cylindrical-coordinate representation of color #441A62: hue angle of 275º degrees, saturation: 0.58, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #441A62 is Cyan = 0.31, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB682698-
CMYK0.310.7300.62
HSL275º58.06%24.31%-
HSV(B)275º73.47%38.43%-
XYZ4.962.8511.84-
YUV46.77156.91143.15-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 35.42%
GREEN value IS 26 (10.55% from 255) = 13.54%
BLUE value IS 98 (38.67% from 255) = 51.04%
R=35.42%
G=13.54%
B=51.04%

CMYK

C (Cyan) values IS 0.31
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6826980.310.7300.6227558.0624.31
Hex441A621F4903E1133a18
Octal10432142371110764237230
Binary1000100110101100010111111001001011111010001001111101011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #441A62; }

 p { color: rgb(68,26,98); }

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

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

 a { background-color: rgb(68,26,98); }

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

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

 span { border-color: rgb(68,26,98); }

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