#311B59

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

Shades of Christalle #311B59

Tints of Christalle #311B59

Color information

#311B59 (or 0x311B59) is unknown color: approx Christalle. HEX triplet: 31, 1B and 59. RGB value is (49,27,89). Sum of RGB (Red+Green+Blue) = 49+27+89=165 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.70% from 165); Green value is 27 (10.94% from 255 or 16.36% from 165); Blue value is 89 (35.16% from 255 or 53.94% from 165); Max value from RGB is 89 - color contains mainly: blue. Hex color #311B59 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311B59 is #CEE4A6. Grayscale: #282828. Windows color (decimal): -13558951 or 5839665. OLE color: 5839665.

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

Color convert

RGB492789-
CMYK0.450.7000.65
HSL261.29º53.45%22.75%-
HSV(B)261.29º69.66%34.9%-
XYZ3.462.169.69-
YUV40.65155.29133.96-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.70%
GREEN value IS 27 (10.94% from 255) = 16.36%
BLUE value IS 89 (35.16% from 255) = 53.94%
R=29.70%
G=16.36%
B=53.94%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4927890.450.7000.65261.2953.4522.75
Hex311B592D460411053517
Octal61331315510601014056527
Binary11000111011101100110110110001100100000110000010111010110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311B59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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