#311A57

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

Shades of Christalle #311A57

Tints of Christalle #311A57

Color information

#311A57 (or 0x311A57) is unknown color: approx Christalle. HEX triplet: 31, 1A and 57. RGB value is (49,26,87). Sum of RGB (Red+Green+Blue) = 49+26+87=162 (21% of max value = 765). Red value is 49 (19.53% from 255 or 30.25% from 162); Green value is 26 (10.55% from 255 or 16.05% from 162); Blue value is 87 (34.38% from 255 or 53.70% from 162); Max value from RGB is 87 - color contains mainly: blue. Hex color #311A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #311A57 is #CEE5A8. Grayscale: #272727. Windows color (decimal): -13559209 or 5708337. OLE color: 5708337.

HSL color Cylindrical-coordinate representation of color #311A57: hue angle of 262.62º degrees, saturation: 0.54, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #311A57 is Cyan = 0.44, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB492687-
CMYK0.440.7000.66
HSL262.62º53.98%22.16%-
HSV(B)262.62º70.11%34.12%-
XYZ3.362.089.24-
YUV39.83154.62134.54-

RGB Variations

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

RGB

RED value IS 49 (19.53% from 255) = 30.25%
GREEN value IS 26 (10.55% from 255) = 16.05%
BLUE value IS 87 (34.38% from 255) = 53.70%
R=30.25%
G=16.05%
B=53.70%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.70
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal4926870.440.7000.66262.6253.9822.16
Hex311A572C460421073616
Octal61321275410601024076626
Binary11000111010101011110110010001100100001010000011111011010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #311A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #311A57; }

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

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

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

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

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

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

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

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