#311159

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

Shades of Christalle #311159

Tints of Christalle #311159

Color information

#311159 (or 0x311159) is unknown color: approx Christalle. HEX triplet: 31, 11 and 59. RGB value is (49,17,89). Sum of RGB (Red+Green+Blue) = 49+17+89=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 17 (7.03% from 255 or 10.97% from 155); Blue value is 89 (35.16% from 255 or 57.42% from 155); Max value from RGB is 89 - color contains mainly: blue. Hex color #311159 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311159 is #CEEEA6. Grayscale: #222222. Windows color (decimal): -13561511 or 5837105. OLE color: 5837105.

HSL color Cylindrical-coordinate representation of color #311159: hue angle of 266.67º degrees, saturation: 0.68, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311159 is Cyan = 0.45, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB491789-
CMYK0.450.8100.65
HSL266.67º67.92%20.78%-
HSV(B)266.67º80.9%34.9%-
XYZ3.271.789.62-
YUV34.78158.6138.15-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 17 (7.03% from 255) = 10.97%
BLUE value IS 89 (35.16% from 255) = 57.42%
R=31.61%
G=10.97%
B=57.42%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4917890.450.8100.65266.6767.9220.78
Hex3111592D5104110b4415
Octal612113155121010141310425
Binary110001100011011001101101101000101000001100001011100010010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311159

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311159; }

 p { color: rgb(49,17,89); }

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

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

 a { background-color: rgb(49,17,89); }

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

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

 span { border-color: rgb(49,17,89); }

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