#311D6C

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

Shades of Christalle #311D6C

Tints of Christalle #311D6C

Color information

#311D6C (or 0x311D6C) is unknown color: approx Christalle. HEX triplet: 31, 1D and 6C. RGB value is (49,29,108). Sum of RGB (Red+Green+Blue) = 49+29+108=186 (24% of max value = 765). Red value is 49 (19.53% from 255 or 26.34% from 186); Green value is 29 (11.72% from 255 or 15.59% from 186); Blue value is 108 (42.58% from 255 or 58.06% from 186); Max value from RGB is 108 - color contains mainly: blue. Hex color #311D6C is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311D6C is #CEE293. Grayscale: #2B2B2B. Windows color (decimal): -13558420 or 7085361. OLE color: 7085361.

HSL color Cylindrical-coordinate representation of color #311D6C: hue angle of 255.19º degrees, saturation: 0.58, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #311D6C is Cyan = 0.55, Magento = 0.73, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB4929108-
CMYK0.550.7300.58
HSL255.19º57.66%26.86%-
HSV(B)255.19º73.15%42.35%-
XYZ4.412.6114.46-
YUV43.99164.13131.58-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 26.34%
GREEN value IS 29 (11.72% from 255) = 15.59%
BLUE value IS 108 (42.58% from 255) = 58.06%
R=26.34%
G=15.59%
B=58.06%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.73
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal49291080.550.7300.58255.1957.6626.86
Hex311D6C374903Aff3a1b
Octal6135154671110723777233
Binary110001111011101100110111100100101110101111111111101011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311D6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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