#402469

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

Shades of Christalle #402469

Tints of Christalle #402469

Color information

#402469 (or 0x402469) is unknown color: approx Christalle. HEX triplet: 40, 24 and 69. RGB value is (64,36,105). Sum of RGB (Red+Green+Blue) = 64+36+105=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 36 (14.45% from 255 or 17.56% from 205); Blue value is 105 (41.41% from 255 or 51.22% from 205); Max value from RGB is 105 - color contains mainly: blue. Hex color #402469 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402469 is #BFDB96. Grayscale: #333333. Windows color (decimal): -12573591 or 6890560. OLE color: 6890560.

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

Color convert

RGB6436105-
CMYK0.390.6600.59
HSL264.35º48.94%27.65%-
HSV(B)264.35º65.71%41.18%-
XYZ5.33.3713.74-
YUV52.24157.78136.39-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 36 (14.45% from 255) = 17.56%
BLUE value IS 105 (41.41% from 255) = 51.22%
R=31.22%
G=17.56%
B=51.22%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64361050.390.6600.59264.3548.9427.65
Hex402469274203B108311c
Octal10044151471020734106134
Binary100000010010011010011001111000010011101110000100011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402469

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402469; }

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

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

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

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

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

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

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

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