#402069

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

Shades of Christalle #402069

Tints of Christalle #402069

Color information

#402069 (or 0x402069) is unknown color: approx Christalle. HEX triplet: 40, 20 and 69. RGB value is (64,32,105). Sum of RGB (Red+Green+Blue) = 64+32+105=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 32 (12.89% from 255 or 15.92% from 201); Blue value is 105 (41.41% from 255 or 52.24% from 201); Max value from RGB is 105 - color contains mainly: blue. Hex color #402069 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402069 is #BFDF96. Grayscale: #313131. Windows color (decimal): -12574615 or 6889536. OLE color: 6889536.

HSL color Cylindrical-coordinate representation of color #402069: hue angle of 266.3º degrees, saturation: 0.53, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #402069 is Cyan = 0.39, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB6432105-
CMYK0.390.7000.59
HSL266.3º53.28%26.86%-
HSV(B)266.3º69.52%41.18%-
XYZ5.183.1413.7-
YUV49.89159.1138.06-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 32 (12.89% from 255) = 15.92%
BLUE value IS 105 (41.41% from 255) = 52.24%
R=31.84%
G=15.92%
B=52.24%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64321050.390.7000.59266.353.2826.86
Hex402069274603B10a351b
Octal10040151471060734126533
Binary100000010000011010011001111000110011101110000101011010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402069

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402069; }

 p { color: rgb(64,32,105); }

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

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

 a { background-color: rgb(64,32,105); }

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

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

 span { border-color: rgb(64,32,105); }

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