#402663

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

Shades of Christalle #402663

Tints of Christalle #402663

Color information

#402663 (or 0x402663) is unknown color: approx Christalle. HEX triplet: 40, 26 and 63. RGB value is (64,38,99). Sum of RGB (Red+Green+Blue) = 64+38+99=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 38 (15.23% from 255 or 18.91% from 201); Blue value is 99 (39.06% from 255 or 49.25% from 201); Max value from RGB is 99 - color contains mainly: blue. Hex color #402663 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402663 is #BFD99C. Grayscale: #343434. Windows color (decimal): -12573085 or 6497856. OLE color: 6497856.

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

Color convert

RGB643899-
CMYK0.350.6200.61
HSL265.57º44.53%26.86%-
HSV(B)265.57º61.62%38.82%-
XYZ5.063.3812.19-
YUV52.73154.11136.04-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 38 (15.23% from 255) = 18.91%
BLUE value IS 99 (39.06% from 255) = 49.25%
R=31.84%
G=18.91%
B=49.25%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6438990.350.6200.61265.5744.5326.86
Hex402663233E03D10a2d1b
Octal1004614343760754125533
Binary10000001001101100011100011111110011110110000101010110111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402663; }

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

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

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

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

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

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

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

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