#311C57

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

Shades of Christalle #311C57

Tints of Christalle #311C57

Color information

#311C57 (or 0x311C57) is unknown color: approx Christalle. HEX triplet: 31, 1C and 57. RGB value is (49,28,87). Sum of RGB (Red+Green+Blue) = 49+28+87=164 (21% of max value = 765). Red value is 49 (19.53% from 255 or 29.88% from 164); Green value is 28 (11.33% from 255 or 17.07% from 164); Blue value is 87 (34.38% from 255 or 53.05% from 164); Max value from RGB is 87 - color contains mainly: blue. Hex color #311C57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311C57 is #CEE3A8. Grayscale: #282828. Windows color (decimal): -13558697 or 5708849. OLE color: 5708849.

HSL color Cylindrical-coordinate representation of color #311C57: hue angle of 261.36º degrees, saturation: 0.51, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #311C57 is Cyan = 0.44, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB492887-
CMYK0.440.6800.66
HSL261.36º51.3%22.55%-
HSV(B)261.36º67.82%34.12%-
XYZ3.42.179.26-
YUV41153.96133.7-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.88%
GREEN value IS 28 (11.33% from 255) = 17.07%
BLUE value IS 87 (34.38% from 255) = 53.05%
R=29.88%
G=17.07%
B=53.05%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.68
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4928870.440.6800.66261.3651.322.55
Hex311C572C440421053317
Octal61341275410401024056327
Binary11000111100101011110110010001000100001010000010111001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311C57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,28,87); }

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

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

 a { background-color: rgb(49,28,87); }

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

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

 span { border-color: rgb(49,28,87); }

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