#311663

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

Shades of Christalle #311663

Tints of Christalle #311663

Color information

#311663 (or 0x311663) is unknown color: approx Christalle. HEX triplet: 31, 16 and 63. RGB value is (49,22,99). Sum of RGB (Red+Green+Blue) = 49+22+99=170 (22% of max value = 765). Red value is 49 (19.53% from 255 or 28.82% from 170); Green value is 22 (8.98% from 255 or 12.94% from 170); Blue value is 99 (39.06% from 255 or 58.24% from 170); Max value from RGB is 99 - color contains mainly: blue. Hex color #311663 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311663 is #CEE99C. Grayscale: #262626. Windows color (decimal): -13560221 or 6493745. OLE color: 6493745.

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

Color convert

RGB492299-
CMYK0.510.7800.61
HSL261.04º63.64%23.73%-
HSV(B)261.04º77.78%38.82%-
XYZ3.812.1312.01-
YUV38.85161.95135.24-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 28.82%
GREEN value IS 22 (8.98% from 255) = 12.94%
BLUE value IS 99 (39.06% from 255) = 58.24%
R=28.82%
G=12.94%
B=58.24%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal4922990.510.7800.61261.0463.6423.73
Hex311663334E03D1054018
Octal61261436311607540510030
Binary11000110110110001111001110011100111101100000101100000011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311663

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311663; }

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

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

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

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

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

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

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

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