#311863

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

Shades of Christalle #311863

Tints of Christalle #311863

Color information

#311863 (or 0x311863) is unknown color: approx Christalle. HEX triplet: 31, 18 and 63. RGB value is (49,24,99). Sum of RGB (Red+Green+Blue) = 49+24+99=172 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.49% from 172); Green value is 24 (9.77% from 255 or 13.95% from 172); Blue value is 99 (39.06% from 255 or 57.56% from 172); Max value from RGB is 99 - color contains mainly: blue. Hex color #311863 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311863 is #CEE79C. Grayscale: #272727. Windows color (decimal): -13559709 or 6494257. OLE color: 6494257.

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

Color convert

RGB492499-
CMYK0.510.7600.61
HSL260º60.98%24.12%-
HSV(B)260º75.76%38.82%-
XYZ3.852.2112.03-
YUV40.02161.28134.4-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.49%
GREEN value IS 24 (9.77% from 255) = 13.95%
BLUE value IS 99 (39.06% from 255) = 57.56%
R=28.49%
G=13.95%
B=57.56%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.76
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4924990.510.7600.6126060.9824.12
Hex311863334C03D1043d18
Octal6130143631140754047530
Binary1100011100011000111100111001100011110110000010011110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311863

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311863; }

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

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

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

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

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

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

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

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