#401169

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

Shades of Christalle #401169

Tints of Christalle #401169

Color information

#401169 (or 0x401169) is unknown color: approx Christalle. HEX triplet: 40, 11 and 69. RGB value is (64,17,105). Sum of RGB (Red+Green+Blue) = 64+17+105=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 17 (7.03% from 255 or 9.14% from 186); Blue value is 105 (41.41% from 255 or 56.45% from 186); Max value from RGB is 105 - color contains mainly: blue. Hex color #401169 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401169 is #BFEE96. Grayscale: #282828. Windows color (decimal): -12578455 or 6885696. OLE color: 6885696.

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

Color convert

RGB6417105-
CMYK0.390.8400.59
HSL272.05º72.13%23.92%-
HSV(B)272.05º83.81%41.18%-
XYZ4.862.5113.59-
YUV41.08164.07144.34-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.41%
GREEN value IS 17 (7.03% from 255) = 9.14%
BLUE value IS 105 (41.41% from 255) = 56.45%
R=34.41%
G=9.14%
B=56.45%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.84
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64171050.390.8400.59272.0572.1323.92
Hex401169275403B1104818
Octal100211514712407342011030
Binary100000010001110100110011110101000111011100010000100100011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401169

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401169; }

 p { color: rgb(64,17,105); }

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

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

 a { background-color: rgb(64,17,105); }

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

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

 span { border-color: rgb(64,17,105); }

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