#311459

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

Shades of Christalle #311459

Tints of Christalle #311459

Color information

#311459 (or 0x311459) is unknown color: approx Christalle. HEX triplet: 31, 14 and 59. RGB value is (49,20,89). Sum of RGB (Red+Green+Blue) = 49+20+89=158 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.01% from 158); Green value is 20 (8.20% from 255 or 12.66% from 158); Blue value is 89 (35.16% from 255 or 56.33% from 158); Max value from RGB is 89 - color contains mainly: blue. Hex color #311459 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311459 is #CEEBA6. Grayscale: #242424. Windows color (decimal): -13560743 or 5837873. OLE color: 5837873.

HSL color Cylindrical-coordinate representation of color #311459: hue angle of 265.22º degrees, saturation: 0.63, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #311459 is Cyan = 0.45, Magento = 0.78, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB492089-
CMYK0.450.7800.65
HSL265.22º63.3%21.37%-
HSV(B)265.22º77.53%34.9%-
XYZ3.321.879.64-
YUV36.54157.61136.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.01%
GREEN value IS 20 (8.20% from 255) = 12.66%
BLUE value IS 89 (35.16% from 255) = 56.33%
R=31.01%
G=12.66%
B=56.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0.78
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal4920890.450.7800.65265.2263.321.37
Hex3114592D4E0411093f15
Octal61241315511601014117725
Binary11000110100101100110110110011100100000110000100111111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311459

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311459; }

 p { color: rgb(49,20,89); }

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

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

 a { background-color: rgb(49,20,89); }

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

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

 span { border-color: rgb(49,20,89); }

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