#401863

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

Shades of Christalle #401863

Tints of Christalle #401863

Color information

#401863 (or 0x401863) is unknown color: approx Christalle. HEX triplet: 40, 18 and 63. RGB value is (64,24,99). Sum of RGB (Red+Green+Blue) = 64+24+99=187 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.22% from 187); Green value is 24 (9.77% from 255 or 12.83% from 187); Blue value is 99 (39.06% from 255 or 52.94% from 187); Max value from RGB is 99 - color contains mainly: blue. Hex color #401863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #401863 is #BFE79C. Grayscale: #2C2C2C. Windows color (decimal): -12576669 or 6494272. OLE color: 6494272.

HSL color Cylindrical-coordinate representation of color #401863: hue angle of 272º degrees, saturation: 0.61, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #401863 is Cyan = 0.35, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB642499-
CMYK0.350.7600.61
HSL272º60.98%24.12%-
HSV(B)272º75.76%38.82%-
XYZ4.692.6412.07-
YUV44.51158.75141.9-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 34.22%
GREEN value IS 24 (9.77% from 255) = 12.83%
BLUE value IS 99 (39.06% from 255) = 52.94%
R=34.22%
G=12.83%
B=52.94%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6424990.350.7600.6127260.9824.12
Hex401863234C03D1103d18
Octal10030143431140754207530
Binary10000001100011000111000111001100011110110001000011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #401863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #401863; }

 p { color: rgb(64,24,99); }

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

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

 a { background-color: rgb(64,24,99); }

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

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

 span { border-color: rgb(64,24,99); }

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