#402768

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

Shades of Christalle #402768

Tints of Christalle #402768

Color information

#402768 (or 0x402768) is unknown color: approx Christalle. HEX triplet: 40, 27 and 68. RGB value is (64,39,104). Sum of RGB (Red+Green+Blue) = 64+39+104=207 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.92% from 207); Green value is 39 (15.62% from 255 or 18.84% from 207); Blue value is 104 (41.02% from 255 or 50.24% from 207); Max value from RGB is 104 - color contains mainly: blue. Hex color #402768 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402768 is #BFD897. Grayscale: #353535. Windows color (decimal): -12572824 or 6825792. OLE color: 6825792.

HSL color Cylindrical-coordinate representation of color #402768: hue angle of 263.08º degrees, saturation: 0.45, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #402768 is Cyan = 0.38, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6439104-
CMYK0.380.6200.59
HSL263.08º45.45%28.04%-
HSV(B)263.08º62.5%40.78%-
XYZ5.343.5413.5-
YUV53.88156.28135.21-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.92%
GREEN value IS 39 (15.62% from 255) = 18.84%
BLUE value IS 104 (41.02% from 255) = 50.24%
R=30.92%
G=18.84%
B=50.24%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.62
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64391040.380.6200.59263.0845.4528.04
Hex402768263E03B1072d1c
Octal1004715046760734075534
Binary10000001001111101000100110111110011101110000011110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402768

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402768; }

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

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

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

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

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

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

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

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