#402968

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

Shades of Christalle #402968

Tints of Christalle #402968

Color information

#402968 (or 0x402968) is unknown color: approx Christalle. HEX triplet: 40, 29 and 68. RGB value is (64,41,104). Sum of RGB (Red+Green+Blue) = 64+41+104=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 41 (16.41% from 255 or 19.62% from 209); Blue value is 104 (41.02% from 255 or 49.76% from 209); Max value from RGB is 104 - color contains mainly: blue. Hex color #402968 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402968 is #BFD697. Grayscale: #363636. Windows color (decimal): -12572312 or 6826304. OLE color: 6826304.

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

Color convert

RGB6441104-
CMYK0.380.6100.59
HSL261.9º43.45%28.43%-
HSV(B)261.9º60.58%40.78%-
XYZ5.413.6813.52-
YUV55.06155.62134.38-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 30.62%
GREEN value IS 41 (16.41% from 255) = 19.62%
BLUE value IS 104 (41.02% from 255) = 49.76%
R=30.62%
G=19.62%
B=49.76%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64411040.380.6100.59261.943.4528.43
Hex402968263D03B1062b1c
Octal1005115046750734065334
Binary10000001010011101000100110111101011101110000011010101111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402968

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402968; }

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

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

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

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

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

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

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

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