#311560

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

Shades of Christalle #311560

Tints of Christalle #311560

Color information

#311560 (or 0x311560) is unknown color: approx Christalle. HEX triplet: 31, 15 and 60. RGB value is (49,21,96). Sum of RGB (Red+Green+Blue) = 49+21+96=166 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.52% from 166); Green value is 21 (8.59% from 255 or 12.65% from 166); Blue value is 96 (37.89% from 255 or 57.83% from 166); Max value from RGB is 96 - color contains mainly: blue. Hex color #311560 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311560 is #CEEA9F. Grayscale: #252525. Windows color (decimal): -13560480 or 6296881. OLE color: 6296881.

HSL color Cylindrical-coordinate representation of color #311560: hue angle of 262.4º degrees, saturation: 0.64, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #311560 is Cyan = 0.49, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB492196-
CMYK0.490.7800.62
HSL262.4º64.1%22.94%-
HSV(B)262.4º78.12%37.65%-
XYZ3.652.0311.27-
YUV37.92160.78135.9-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.52%
GREEN value IS 21 (8.59% from 255) = 12.65%
BLUE value IS 96 (37.89% from 255) = 57.83%
R=29.52%
G=12.65%
B=57.83%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal4921960.490.7800.62262.464.122.94
Hex311560314E03E1064017
Octal61251406111607640610027
Binary11000110101110000011000110011100111110100000110100000010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311560

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311560; }

 p { color: rgb(49,21,96); }

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

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

 a { background-color: rgb(49,21,96); }

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

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

 span { border-color: rgb(49,21,96); }

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