#402762

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

Shades of Christalle #402762

Tints of Christalle #402762

Color information

#402762 (or 0x402762) is unknown color: approx Christalle. HEX triplet: 40, 27 and 62. RGB value is (64,39,98). Sum of RGB (Red+Green+Blue) = 64+39+98=201 (26% of max value = 765). Red value is 64 (25.39% from 255 or 31.84% from 201); Green value is 39 (15.62% from 255 or 19.40% from 201); Blue value is 98 (38.67% from 255 or 48.76% from 201); Max value from RGB is 98 - color contains mainly: blue. Hex color #402762 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #402762 is #BFD89D. Grayscale: #343434. Windows color (decimal): -12572830 or 6432576. OLE color: 6432576.

HSL color Cylindrical-coordinate representation of color #402762: hue angle of 265.42º degrees, saturation: 0.43, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #402762 is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB643998-
CMYK0.350.6000.62
HSL265.42º43.07%26.86%-
HSV(B)265.42º60.2%38.43%-
XYZ5.043.4211.95-
YUV53.2153.28135.7-

RGB Variations

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

RGB

RED value IS 64 (25.39% from 255) = 31.84%
GREEN value IS 39 (15.62% from 255) = 19.40%
BLUE value IS 98 (38.67% from 255) = 48.76%
R=31.84%
G=19.40%
B=48.76%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.60
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal6439980.350.6000.62265.4243.0726.86
Hex402762233C03E1092b1b
Octal1004714243740764115333
Binary10000001001111100010100011111100011111010000100110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #402762

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #402762; }

 p { color: rgb(64,39,98); }

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

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

 a { background-color: rgb(64,39,98); }

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

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

 span { border-color: rgb(64,39,98); }

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