#40286A

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

Shades of Christalle #40286A

Tints of Christalle #40286A

Color information

#40286A (or 0x40286A) is unknown color: approx Christalle. HEX triplet: 40, 28 and 6A. RGB value is (64,40,106). Sum of RGB (Red+Green+Blue) = 64+40+106=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 40 (16.02% from 255 or 19.05% from 210); Blue value is 106 (41.80% from 255 or 50.48% from 210); Max value from RGB is 106 - color contains mainly: blue. Hex color #40286A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40286A is #BFD795. Grayscale: #363636. Windows color (decimal): -12572566 or 6957120. OLE color: 6957120.

HSL color Cylindrical-coordinate representation of color #40286A: hue angle of 261.82º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #40286A is Cyan = 0.40, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB6440106-
CMYK0.400.6200.58
HSL261.82º45.21%28.63%-
HSV(B)261.82º62.26%41.57%-
XYZ5.473.6514.05-
YUV54.7156.95134.63-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.48%
GREEN value IS 40 (16.02% from 255) = 19.05%
BLUE value IS 106 (41.80% from 255) = 50.48%
R=30.48%
G=19.05%
B=50.48%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64401060.400.6200.58261.8245.2128.63
Hex40286A283E03A1062d1d
Octal1005015250760724065535
Binary10000001010001101010101000111110011101010000011010110111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40286A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #40286A; }

 p { color: rgb(64,40,106); }

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

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

 a { background-color: rgb(64,40,106); }

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

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

 span { border-color: rgb(64,40,106); }

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