#311555

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

Shades of Christalle #311555

Tints of Christalle #311555

Color information

#311555 (or 0x311555) is unknown color: approx Christalle. HEX triplet: 31, 15 and 55. RGB value is (49,21,85). Sum of RGB (Red+Green+Blue) = 49+21+85=155 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.61% from 155); Green value is 21 (8.59% from 255 or 13.55% from 155); Blue value is 85 (33.59% from 255 or 54.84% from 155); Max value from RGB is 85 - color contains mainly: blue. Hex color #311555 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311555 is #CEEAAA. Grayscale: #242424. Windows color (decimal): -13560491 or 5575985. OLE color: 5575985.

HSL color Cylindrical-coordinate representation of color #311555: hue angle of 266.25º degrees, saturation: 0.6, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #311555 is Cyan = 0.42, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB492185-
CMYK0.420.7500.67
HSL266.25º60.38%20.78%-
HSV(B)266.25º75.29%33.33%-
XYZ3.171.858.78-
YUV36.67155.28136.8-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.61%
GREEN value IS 21 (8.59% from 255) = 13.55%
BLUE value IS 85 (33.59% from 255) = 54.84%
R=31.61%
G=13.55%
B=54.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.75
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal4921850.420.7500.67266.2560.3820.78
Hex3115552A4B04310a3c15
Octal61251255211301034127425
Binary11000110101101010110101010010110100001110000101011110010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311555; }

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

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

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

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

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

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

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

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