#402B5B

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

Shades of Christalle #402B5B

Tints of Christalle #402B5B

Color information

#402B5B (or 0x402B5B) is unknown color: approx Christalle. HEX triplet: 40, 2B and 5B. RGB value is (64,43,91). Sum of RGB (Red+Green+Blue) = 64+43+91=198 (26% of max value = 765). Red value is 64 (25.39% from 255 or 32.32% from 198); Green value is 43 (17.19% from 255 or 21.72% from 198); Blue value is 91 (35.94% from 255 or 45.96% from 198); Max value from RGB is 91 - color contains mainly: blue. Hex color #402B5B is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402B5B is #BFD4A4. Grayscale: #363636. Windows color (decimal): -12571813 or 5974848. OLE color: 5974848.

HSL color Cylindrical-coordinate representation of color #402B5B: hue angle of 266.25º degrees, saturation: 0.36, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #402B5B is Cyan = 0.30, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.64.

Color convert

RGB644391-
CMYK0.300.5300.64
HSL266.25º35.82%26.27%-
HSV(B)266.25º52.75%35.69%-
XYZ4.873.5710.33-
YUV54.75148.46134.6-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 32.32%
GREEN value IS 43 (17.19% from 255) = 21.72%
BLUE value IS 91 (35.94% from 255) = 45.96%
R=32.32%
G=21.72%
B=45.96%

CMYK

C (Cyan) values IS 0.30
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal6443910.300.5300.64266.2535.8226.27
Hex402B5B1E3504010a241a
Octal10053133366501004124432
Binary10000001010111011011111101101010100000010000101010010011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402B5B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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