#311257

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

Shades of Christalle #311257

Tints of Christalle #311257

Color information

#311257 (or 0x311257) is unknown color: approx Christalle. HEX triplet: 31, 12 and 57. RGB value is (49,18,87). Sum of RGB (Red+Green+Blue) = 49+18+87=154 (20% of max value = 765). Red value is 49 (19.53% from 255 or 31.82% from 154); Green value is 18 (7.42% from 255 or 11.69% from 154); Blue value is 87 (34.38% from 255 or 56.49% from 154); Max value from RGB is 87 - color contains mainly: blue. Hex color #311257 is not a web safe color. Web safe color analog (approx): #330066. Inversed color of #311257 is #CEEDA8. Grayscale: #222222. Windows color (decimal): -13561257 or 5706289. OLE color: 5706289.

HSL color Cylindrical-coordinate representation of color #311257: hue angle of 266.96º degrees, saturation: 0.66, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #311257 is Cyan = 0.44, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB491887-
CMYK0.440.7900.66
HSL266.96º65.71%20.59%-
HSV(B)266.96º79.31%34.12%-
XYZ3.21.779.19-
YUV35.14157.27137.89-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 31.82%
GREEN value IS 18 (7.42% from 255) = 11.69%
BLUE value IS 87 (34.38% from 255) = 56.49%
R=31.82%
G=11.69%
B=56.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.79
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4918870.440.7900.66266.9665.7120.59
Hex3112572C4F04210b4215
Octal612212754117010241310225
Binary110001100101010111101100100111101000010100001011100001010101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311257; }

 p { color: rgb(49,18,87); }

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

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

 a { background-color: rgb(49,18,87); }

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

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

 span { border-color: rgb(49,18,87); }

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