#402269

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

Shades of Christalle #402269

Tints of Christalle #402269

Color information

#402269 (or 0x402269) is unknown color: approx Christalle. HEX triplet: 40, 22 and 69. RGB value is (64,34,105). Sum of RGB (Red+Green+Blue) = 64+34+105=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 34 (13.67% from 255 or 16.75% from 203); Blue value is 105 (41.41% from 255 or 51.72% from 203); Max value from RGB is 105 - color contains mainly: blue. Hex color #402269 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402269 is #BFDD96. Grayscale: #323232. Windows color (decimal): -12574103 or 6890048. OLE color: 6890048.

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

Color convert

RGB6434105-
CMYK0.390.6800.59
HSL265.35º51.08%27.25%-
HSV(B)265.35º67.62%41.18%-
XYZ5.243.2513.72-
YUV51.06158.44137.23-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 34 (13.67% from 255) = 16.75%
BLUE value IS 105 (41.41% from 255) = 51.72%
R=31.53%
G=16.75%
B=51.72%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal64341050.390.6800.59265.3551.0827.25
Hex402269274403B109331b
Octal10042151471040734116333
Binary100000010001011010011001111000100011101110000100111001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402269; }

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

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

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

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

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

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

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

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