#311366

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

Shades of Christalle #311366

Tints of Christalle #311366

Color information

#311366 (or 0x311366) is unknown color: approx Christalle. HEX triplet: 31, 13 and 66. RGB value is (49,19,102). Sum of RGB (Red+Green+Blue) = 49+19+102=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 19 (7.81% from 255 or 11.18% from 170); Blue value is 102 (40.23% from 255 or 60% from 170); Max value from RGB is 102 - color contains mainly: blue. Hex color #311366 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311366 is #CEEC99. Grayscale: #252525. Windows color (decimal): -13560986 or 6689585. OLE color: 6689585.

HSL color Cylindrical-coordinate representation of color #311366: hue angle of 261.69º degrees, saturation: 0.69, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311366 is Cyan = 0.52, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB4919102-
CMYK0.520.8100.6
HSL261.69º68.6%23.73%-
HSV(B)261.69º81.37%40%-
XYZ3.92.0812.77-
YUV37.43164.44136.25-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 19 (7.81% from 255) = 11.18%
BLUE value IS 102 (40.23% from 255) = 60%
R=28.82%
G=11.18%
B=60%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal49191020.520.8100.6261.6968.623.73
Hex311366345103C1064518
Octal61231466412107440610530
Binary11000110011110011011010010100010111100100000110100010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311366

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311366; }

 p { color: rgb(49,19,102); }

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

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

 a { background-color: rgb(49,19,102); }

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

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

 span { border-color: rgb(49,19,102); }

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