#400861

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

Shades of Christalle #400861

Tints of Christalle #400861

Color information

#400861 (or 0x400861) is unknown color: approx Christalle. HEX triplet: 40, 08 and 61. RGB value is (64,8,97). Sum of RGB (Red+Green+Blue) = 64+8+97=169 (22% of max value = 765). Red value is 64 (25.39% from 255 or 37.87% from 169); Green value is 8 (3.52% from 255 or 4.73% from 169); Blue value is 97 (38.28% from 255 or 57.40% from 169); Max value from RGB is 97 - color contains mainly: blue. Hex color #400861 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #400861 is #BFF79E. Grayscale: #222222. Windows color (decimal): -12580767 or 6359104. OLE color: 6359104.

HSL color Cylindrical-coordinate representation of color #400861: hue angle of 277.75º degrees, saturation: 0.85, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #400861 is Cyan = 0.34, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB64897-
CMYK0.340.9200.62
HSL277.75º84.76%20.59%-
HSV(B)277.75º91.75%38.04%-
XYZ4.362.1311.49-
YUV34.89163.05148.76-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 37.87%
GREEN value IS 8 (3.52% from 255) = 4.73%
BLUE value IS 97 (38.28% from 255) = 57.40%
R=37.87%
G=4.73%
B=57.40%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.92
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal648970.340.9200.62277.7584.7620.59
Hex40861225C03E1165515
Octal100101414213407642612525
Binary10000001000110000110001010111000111110100010110101010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #400861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #400861; }

 p { color: rgb(64,8,97); }

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

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

 a { background-color: rgb(64,8,97); }

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

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

 span { border-color: rgb(64,8,97); }

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