#402266

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

Shades of Christalle #402266

Tints of Christalle #402266

Color information

#402266 (or 0x402266) is unknown color: approx Christalle. HEX triplet: 40, 22 and 66. RGB value is (64,34,102). Sum of RGB (Red+Green+Blue) = 64+34+102=200 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32% from 200); Green value is 34 (13.67% from 255 or 17% from 200); Blue value is 102 (40.23% from 255 or 51% from 200); Max value from RGB is 102 - color contains mainly: blue. Hex color #402266 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402266 is #BFDD99. Grayscale: #323232. Windows color (decimal): -12574106 or 6693440. OLE color: 6693440.

HSL color Cylindrical-coordinate representation of color #402266: hue angle of 266.47º degrees, saturation: 0.5, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #402266 is Cyan = 0.37, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB6434102-
CMYK0.370.6700.6
HSL266.47º50%26.67%-
HSV(B)266.47º66.67%40%-
XYZ5.083.1912.92-
YUV50.72156.94137.47-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32%
GREEN value IS 34 (13.67% from 255) = 17%
BLUE value IS 102 (40.23% from 255) = 51%
R=32%
G=17%
B=51%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal64341020.370.6700.6266.475026.67
Hex402266254303C10a321b
Octal10042146451030744126233
Binary100000010001011001101001011000011011110010000101011001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402266

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402266; }

 p { color: rgb(64,34,102); }

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

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

 a { background-color: rgb(64,34,102); }

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

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

 span { border-color: rgb(64,34,102); }

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