#311F5E

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

Shades of Christalle #311F5E

Tints of Christalle #311F5E

Color information

#311F5E (or 0x311F5E) is unknown color: approx Christalle. HEX triplet: 31, 1F and 5E. RGB value is (49,31,94). Sum of RGB (Red+Green+Blue) = 49+31+94=174 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28.16% from 174); Green value is 31 (12.5% from 255 or 17.82% from 174); Blue value is 94 (37.11% from 255 or 54.02% from 174); Max value from RGB is 94 - color contains mainly: blue. Hex color #311F5E is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311F5E is #CEE0A1. Grayscale: #2B2B2B. Windows color (decimal): -13557922 or 6168369. OLE color: 6168369.

HSL color Cylindrical-coordinate representation of color #311F5E: hue angle of 257.14º degrees, saturation: 0.5, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #311F5E is Cyan = 0.48, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.63.

Color convert

RGB493194-
CMYK0.480.6700.63
HSL257.14º50.4%24.51%-
HSV(B)257.14º67.02%36.86%-
XYZ3.782.4410.86-
YUV43.56156.46131.88-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.16%
GREEN value IS 31 (12.5% from 255) = 17.82%
BLUE value IS 94 (37.11% from 255) = 54.02%
R=28.16%
G=17.82%
B=54.02%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.63
SystemRedGreenBlueCMYKHSL
Decimal4931940.480.6700.63257.1450.424.51
Hex311F5E304303F1013219
Octal6137136601030774016231
Binary1100011111110111101100001000011011111110000000111001011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311F5E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(49,31,94); }

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

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

 a { background-color: rgb(49,31,94); }

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

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

 span { border-color: rgb(49,31,94); }

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