#311D59

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

Shades of Christalle #311D59

Tints of Christalle #311D59

Color information

#311D59 (or 0x311D59) is unknown color: approx Christalle. HEX triplet: 31, 1D and 59. RGB value is (49,29,89). Sum of RGB (Red+Green+Blue) = 49+29+89=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 29 (11.72% from 255 or 17.37% from 167); Blue value is 89 (35.16% from 255 or 53.29% from 167); Max value from RGB is 89 - color contains mainly: blue. Hex color #311D59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D59 is #CEE2A6. Grayscale: #292929. Windows color (decimal): -13558439 or 5840177. OLE color: 5840177.

HSL color Cylindrical-coordinate representation of color #311D59: hue angle of 260º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311D59 is Cyan = 0.45, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB492989-
CMYK0.450.6700.65
HSL260º50.85%23.14%-
HSV(B)260º67.42%34.9%-
XYZ3.512.259.7-
YUV41.82154.63133.12-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 29 (11.72% from 255) = 17.37%
BLUE value IS 89 (35.16% from 255) = 53.29%
R=29.34%
G=17.37%
B=53.29%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4929890.450.6700.6526050.8523.14
Hex311D592D430411043317
Octal61351315510301014046327
Binary11000111101101100110110110000110100000110000010011001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311D59; }

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

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

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

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

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

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

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

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