#402163

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

Shades of Christalle #402163

Tints of Christalle #402163

Color information

#402163 (or 0x402163) is unknown color: approx Christalle. HEX triplet: 40, 21 and 63. RGB value is (64,33,99). Sum of RGB (Red+Green+Blue) = 64+33+99=196 (25% of max value = 765). Red value is 64 (25.39% from 255 or 32.65% from 196); Green value is 33 (13.28% from 255 or 16.84% from 196); Blue value is 99 (39.06% from 255 or 50.51% from 196); Max value from RGB is 99 - color contains mainly: blue. Hex color #402163 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402163 is #BFDE9C. Grayscale: #313131. Windows color (decimal): -12574365 or 6496576. OLE color: 6496576.

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

Color convert

RGB643399-
CMYK0.350.6700.61
HSL268.18º50%25.88%-
HSV(B)268.18º66.67%38.82%-
XYZ4.913.0812.14-
YUV49.79155.77138.13-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.65%
GREEN value IS 33 (13.28% from 255) = 16.84%
BLUE value IS 99 (39.06% from 255) = 50.51%
R=32.65%
G=16.84%
B=50.51%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6433990.350.6700.61268.185025.88
Hex402163234303D10c321a
Octal10041143431030754146232
Binary100000010000111000111000111000011011110110000110011001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402163

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402163; }

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

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

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

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

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

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

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

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