#402569

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

Shades of Christalle #402569

Tints of Christalle #402569

Color information

#402569 (or 0x402569) is unknown color: approx Christalle. HEX triplet: 40, 25 and 69. RGB value is (64,37,105). Sum of RGB (Red+Green+Blue) = 64+37+105=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 37 (14.84% from 255 or 17.96% from 206); Blue value is 105 (41.41% from 255 or 50.97% from 206); Max value from RGB is 105 - color contains mainly: blue. Hex color #402569 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402569 is #BFDA96. Grayscale: #343434. Windows color (decimal): -12573335 or 6890816. OLE color: 6890816.

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

Color convert

RGB6437105-
CMYK0.390.6500.59
HSL263.82º47.89%27.84%-
HSV(B)263.82º64.76%41.18%-
XYZ5.333.4313.75-
YUV52.82157.45135.97-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.07%
GREEN value IS 37 (14.84% from 255) = 17.96%
BLUE value IS 105 (41.41% from 255) = 50.97%
R=31.07%
G=17.96%
B=50.97%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64371050.390.6500.59263.8247.8927.84
Hex402569274103B108301c
Octal10045151471010734106034
Binary100000010010111010011001111000001011101110000100011000011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402569; }

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

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

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

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

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

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

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

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