#402A63

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

Shades of Christalle #402A63

Tints of Christalle #402A63

Color information

#402A63 (or 0x402A63) is unknown color: approx Christalle. HEX triplet: 40, 2A and 63. RGB value is (64,42,99). Sum of RGB (Red+Green+Blue) = 64+42+99=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 42 (16.80% from 255 or 20.49% from 205); Blue value is 99 (39.06% from 255 or 48.29% from 205); Max value from RGB is 99 - color contains mainly: blue. Hex color #402A63 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402A63 is #BFD59C. Grayscale: #363636. Windows color (decimal): -12572061 or 6498880. OLE color: 6498880.

HSL color Cylindrical-coordinate representation of color #402A63: hue angle of 263.16º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #402A63 is Cyan = 0.35, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB644299-
CMYK0.350.5800.61
HSL263.16º40.43%27.65%-
HSV(B)263.16º57.58%38.82%-
XYZ5.193.6512.23-
YUV55.08152.79134.37-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.22%
GREEN value IS 42 (16.80% from 255) = 20.49%
BLUE value IS 99 (39.06% from 255) = 48.29%
R=31.22%
G=20.49%
B=48.29%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal6442990.350.5800.61263.1640.4327.65
Hex402A63233A03D107281c
Octal1005214343720754075034
Binary10000001010101100011100011111010011110110000011110100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402A63

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(64,42,99); }

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

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

 a { background-color: rgb(64,42,99); }

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

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

 span { border-color: rgb(64,42,99); }

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