#441A68

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

Shades of Christalle #441A68

Tints of Christalle #441A68

Color information

#441A68 (or 0x441A68) is unknown color: approx Christalle. HEX triplet: 44, 1A and 68. RGB value is (68,26,104). Sum of RGB (Red+Green+Blue) = 68+26+104=198 (26% of max value = 765). Red value is 68 (26.95% from 255 or 34.34% from 198); Green value is 26 (10.55% from 255 or 13.13% from 198); Blue value is 104 (41.02% from 255 or 52.53% from 198); Max value from RGB is 104 - color contains mainly: blue. Hex color #441A68 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A68 is #BBE597. Grayscale: #2F2F2F. Windows color (decimal): -12314008 or 6822468. OLE color: 6822468.

HSL color Cylindrical-coordinate representation of color #441A68: hue angle of 272.31º degrees, saturation: 0.6, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #441A68 is Cyan = 0.35, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6826104-
CMYK0.350.7500.59
HSL272.31º60%25.49%-
HSV(B)272.31º75%40.78%-
XYZ5.252.9713.39-
YUV47.45159.91142.66-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 34.34%
GREEN value IS 26 (10.55% from 255) = 13.13%
BLUE value IS 104 (41.02% from 255) = 52.53%
R=34.34%
G=13.13%
B=52.53%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal68261040.350.7500.59272.316025.49
Hex441A68234B03B1103c19
Octal10432150431130734207431
Binary10001001101011010001000111001011011101110001000011110011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A68

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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