#40276A

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

Shades of Christalle #40276A

Tints of Christalle #40276A

Color information

#40276A (or 0x40276A) is unknown color: approx Christalle. HEX triplet: 40, 27 and 6A. RGB value is (64,39,106). Sum of RGB (Red+Green+Blue) = 64+39+106=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 39 (15.62% from 255 or 18.66% from 209); Blue value is 106 (41.80% from 255 or 50.72% from 209); Max value from RGB is 106 - color contains mainly: blue. Hex color #40276A is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #40276A is #BFD895. Grayscale: #353535. Windows color (decimal): -12572822 or 6956864. OLE color: 6956864.

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

Color convert

RGB6439106-
CMYK0.400.6300.58
HSL262.39º46.21%28.43%-
HSV(B)262.39º63.21%41.57%-
XYZ5.443.5814.04-
YUV54.11157.28135.05-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 39 (15.62% from 255) = 18.66%
BLUE value IS 106 (41.80% from 255) = 50.72%
R=30.62%
G=18.66%
B=50.72%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal64391060.400.6300.58262.3946.2128.43
Hex40276A283F03A1062e1c
Octal1004715250770724065634
Binary10000001001111101010101000111111011101010000011010111011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #40276A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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