#311763

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

Shades of Christalle #311763

Tints of Christalle #311763

Color information

#311763 (or 0x311763) is unknown color: approx Christalle. HEX triplet: 31, 17 and 63. RGB value is (49,23,99). Sum of RGB (Red+Green+Blue) = 49+23+99=171 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.65% from 171); Green value is 23 (9.38% from 255 or 13.45% from 171); Blue value is 99 (39.06% from 255 or 57.89% from 171); Max value from RGB is 99 - color contains mainly: blue. Hex color #311763 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311763 is #CEE89C. Grayscale: #272727. Windows color (decimal): -13559965 or 6494001. OLE color: 6494001.

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

Color convert

RGB492399-
CMYK0.510.7700.61
HSL260.53º62.3%23.92%-
HSV(B)260.53º76.77%38.82%-
XYZ3.832.1712.02-
YUV39.44161.61134.82-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.65%
GREEN value IS 23 (9.38% from 255) = 13.45%
BLUE value IS 99 (39.06% from 255) = 57.89%
R=28.65%
G=13.45%
B=57.89%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.77
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4923990.510.7700.61260.5362.323.92
Hex311763334D03D1053e18
Octal6127143631150754057630
Binary1100011011111000111100111001101011110110000010111111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311763

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311763; }

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

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

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

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

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

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

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

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