#402B60

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

Shades of Christalle #402B60

Tints of Christalle #402B60

Color information

#402B60 (or 0x402B60) is unknown color: approx Christalle. HEX triplet: 40, 2B and 60. RGB value is (64,43,96). Sum of RGB (Red+Green+Blue) = 64+43+96=203 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.53% from 203); Green value is 43 (17.19% from 255 or 21.18% from 203); Blue value is 96 (37.89% from 255 or 47.29% from 203); Max value from RGB is 96 - color contains mainly: blue. Hex color #402B60 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B60 is #BFD49F. Grayscale: #373737. Windows color (decimal): -12571808 or 6302528. OLE color: 6302528.

HSL color Cylindrical-coordinate representation of color #402B60: hue angle of 263.77º degrees, saturation: 0.38, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #402B60 is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB644396-
CMYK0.330.5500.62
HSL263.77º38.13%27.25%-
HSV(B)263.77º55.21%37.65%-
XYZ5.093.6611.5-
YUV55.32150.96134.19-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.53%
GREEN value IS 43 (17.19% from 255) = 21.18%
BLUE value IS 96 (37.89% from 255) = 47.29%
R=31.53%
G=21.18%
B=47.29%

CMYK

C (Cyan) values IS 0.33
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6443960.330.5500.62263.7738.1327.25
Hex402B60213703E108261b
Octal1005314041670764104633
Binary10000001010111100000100001110111011111010000100010011011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402B60; }

 p { color: rgb(64,43,96); }

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

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

 a { background-color: rgb(64,43,96); }

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

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

 span { border-color: rgb(64,43,96); }

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