#311363

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

Shades of Christalle #311363

Tints of Christalle #311363

Color information

#311363 (or 0x311363) is unknown color: approx Christalle. HEX triplet: 31, 13 and 63. RGB value is (49,19,99). Sum of RGB (Red+Green+Blue) = 49+19+99=167 (22% of max value = 765). Red value is 49 (19.53% from 255 or 29.34% from 167); Green value is 19 (7.81% from 255 or 11.38% from 167); Blue value is 99 (39.06% from 255 or 59.28% from 167); Max value from RGB is 99 - color contains mainly: blue. Hex color #311363 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311363 is #CEEC9C. Grayscale: #242424. Windows color (decimal): -13560989 or 6492977. OLE color: 6492977.

HSL color Cylindrical-coordinate representation of color #311363: hue angle of 262.5º degrees, saturation: 0.68, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #311363 is Cyan = 0.51, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB491999-
CMYK0.510.8100.61
HSL262.5º67.8%23.14%-
HSV(B)262.5º80.81%38.82%-
XYZ3.752.0212-
YUV37.09162.94136.5-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 29.34%
GREEN value IS 19 (7.81% from 255) = 11.38%
BLUE value IS 99 (39.06% from 255) = 59.28%
R=29.34%
G=11.38%
B=59.28%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.81
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4919990.510.8100.61262.567.823.14
Hex311363335103D1064417
Octal61231436312107540610427
Binary11000110011110001111001110100010111101100000110100010010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311363

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311363; }

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

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

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

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

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

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

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

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