#311668

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

Shades of Christalle #311668

Tints of Christalle #311668

Color information

#311668 (or 0x311668) is unknown color: approx Christalle. HEX triplet: 31, 16 and 68. RGB value is (49,22,104). Sum of RGB (Red+Green+Blue) = 49+22+104=175 (23% of max value = 765). Red value is 49 (19.53% from 255 or 28% from 175); Green value is 22 (8.98% from 255 or 12.57% from 175); Blue value is 104 (41.02% from 255 or 59.43% from 175); Max value from RGB is 104 - color contains mainly: blue. Hex color #311668 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311668 is #CEE997. Grayscale: #272727. Windows color (decimal): -13560216 or 6821425. OLE color: 6821425.

HSL color Cylindrical-coordinate representation of color #311668: hue angle of 259.76º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #311668 is Cyan = 0.53, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB4922104-
CMYK0.530.7900.59
HSL259.76º65.08%24.71%-
HSV(B)259.76º78.85%40.78%-
XYZ4.052.2313.31-
YUV39.42164.45134.83-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28%
GREEN value IS 22 (8.98% from 255) = 12.57%
BLUE value IS 104 (41.02% from 255) = 59.43%
R=28%
G=12.57%
B=59.43%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal49221040.530.7900.59259.7665.0824.71
Hex311668354F03B1044119
Octal61261506511707340410131
Binary11000110110110100011010110011110111011100000100100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311668

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311668; }

 p { color: rgb(49,22,104); }

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

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

 a { background-color: rgb(49,22,104); }

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

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

 span { border-color: rgb(49,22,104); }

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