#441A6C

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

Shades of Christalle #441A6C

Tints of Christalle #441A6C

Color information

#441A6C (or 0x441A6C) is unknown color: approx Christalle. HEX triplet: 44, 1A and 6C. RGB value is (68,26,108). Sum of RGB (Red+Green+Blue) = 68+26+108=202 (26% of max value = 765). Red value is 68 (26.95% from 255 or 33.66% from 202); Green value is 26 (10.55% from 255 or 12.87% from 202); Blue value is 108 (42.58% from 255 or 53.47% from 202); Max value from RGB is 108 - color contains mainly: blue. Hex color #441A6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #441A6C is #BBE593. Grayscale: #2F2F2F. Windows color (decimal): -12314004 or 7084612. OLE color: 7084612.

HSL color Cylindrical-coordinate representation of color #441A6C: hue angle of 270.73º degrees, saturation: 0.61, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #441A6C is Cyan = 0.37, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6826108-
CMYK0.370.7600.58
HSL270.73º61.19%26.27%-
HSV(B)270.73º75.93%42.35%-
XYZ5.463.0514.49-
YUV47.91161.91142.33-

RGB Variations

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

RGB

RED value IS 68 (26.95% from 255) = 33.66%
GREEN value IS 26 (10.55% from 255) = 12.87%
BLUE value IS 108 (42.58% from 255) = 53.47%
R=33.66%
G=12.87%
B=53.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal68261080.370.7600.58270.7361.1926.27
Hex441A6C254C03A10f3d1a
Octal10432154451140724177532
Binary10001001101011011001001011001100011101010000111111110111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #441A6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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