#311563

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

Shades of Christalle #311563

Tints of Christalle #311563

Color information

#311563 (or 0x311563) is unknown color: approx Christalle. HEX triplet: 31, 15 and 63. RGB value is (49,21,99). Sum of RGB (Red+Green+Blue) = 49+21+99=169 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.99% from 169); Green value is 21 (8.59% from 255 or 12.43% from 169); Blue value is 99 (39.06% from 255 or 58.58% from 169); Max value from RGB is 99 - color contains mainly: blue. Hex color #311563 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311563 is #CEEA9C. Grayscale: #252525. Windows color (decimal): -13560477 or 6493489. OLE color: 6493489.

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

Color convert

RGB492199-
CMYK0.510.7900.61
HSL261.54º65%23.53%-
HSV(B)261.54º78.79%38.82%-
XYZ3.792.0912.01-
YUV38.26162.28135.66-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.99%
GREEN value IS 21 (8.59% from 255) = 12.43%
BLUE value IS 99 (39.06% from 255) = 58.58%
R=28.99%
G=12.43%
B=58.58%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4921990.510.7900.61261.546523.53
Hex311563334F03D1064118
Octal61251436311707540610130
Binary11000110101110001111001110011110111101100000110100000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311563

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311563; }

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

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

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

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

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

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

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

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